Updater: Property throttle Github API requests.

This commit is contained in:
Robin Davies
2024-09-15 10:39:17 -04:00
parent 2a851dbd4b
commit f52e50b29a
10 changed files with 496 additions and 323 deletions
+2 -2
View File
@@ -29,10 +29,10 @@ using namespace pipedal;
TEST_CASE( "updater test", "[updater]" ) {
int nCalls = 0;
cout << "------ upater test ----" << endl;
{ Updater updater;
{ Updater::ptr updater = Updater::Create();
updater.SetUpdateListener(
updater->SetUpdateListener(
[&nCalls](const UpdateStatus&updateStatus) mutable
{