Use new RateLimiter for ConditionalRun

This commit is contained in:
Alexey Rybalchenko
2018-08-23 16:10:32 +02:00
committed by Dennis Klein
parent 6545daeda7
commit 2498837b8e
5 changed files with 7 additions and 15 deletions

View File

@@ -64,8 +64,6 @@ bool Sampler::ConditionalRun()
return false;
}
this_thread::sleep_for(chrono::seconds(1));
return true;
}