Add sleep
This commit is contained in:
parent
2ff5416c94
commit
2baa8d6594
1 changed files with 1 additions and 0 deletions
|
@ -377,6 +377,7 @@ public class SearchUICore {
|
||||||
if (rm.isCancelled()) {
|
if (rm.isCancelled()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Thread.sleep(TIMEOUT_BEFORE_SEARCH);
|
||||||
}
|
}
|
||||||
} else if (TIMEOUT_BEFORE_SEARCH > 0) {
|
} else if (TIMEOUT_BEFORE_SEARCH > 0) {
|
||||||
Thread.sleep(TIMEOUT_BEFORE_SEARCH);
|
Thread.sleep(TIMEOUT_BEFORE_SEARCH);
|
||||||
|
|
Loading…
Reference in a new issue