forked from Qortal/qortal
Reduced time between processing build tasks, to prevent builds with invalid criteria from holding up legitimate builds too much.
This commit is contained in:
parent
61f58173cb
commit
06b5b8f793
@ -27,7 +27,7 @@ public class ArbitraryDataBuilderThread implements Runnable {
|
||||
|
||||
while (!Controller.isStopping()) {
|
||||
try {
|
||||
Thread.sleep(1000);
|
||||
Thread.sleep(100);
|
||||
|
||||
if (buildManager.arbitraryDataBuildQueue == null) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user