Reduce search timeout
This commit is contained in:
parent
7300a37230
commit
17f4fd4108
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||||
|
|
||||||
public class SearchUICore {
|
public class SearchUICore {
|
||||||
|
|
||||||
private static final int TIMEOUT_BETWEEN_CHARS = 700;
|
private static final int TIMEOUT_BETWEEN_CHARS = 400;
|
||||||
private static final Log LOG = PlatformUtil.getLog(SearchUICore.class);
|
private static final Log LOG = PlatformUtil.getLog(SearchUICore.class);
|
||||||
private SearchPhrase phrase;
|
private SearchPhrase phrase;
|
||||||
private SearchResultCollection currentSearchResult;
|
private SearchResultCollection currentSearchResult;
|
||||||
|
|
Loading…
Reference in a new issue