mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fix recursion bug after token pool refactoring
This commit is contained in:
parent
aaf3acdc13
commit
0e1658a567
@ -258,7 +258,6 @@ public class ThreadDrivenTokenPool implements TokenPool {
|
||||
long wait = activePool + waitingPool;
|
||||
activePool = 0L;
|
||||
waitingPool = 0L;
|
||||
filler.restart();
|
||||
return wait;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user