mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 20:31:26 +00:00
[Generic Search] Reduce flush interval
Per discussion from nasa/openmctweb#141, minimize the interval at which new objects get indexed, instead of presuming requirements for CPU utilization.
This commit is contained in:
parent
5520d90984
commit
36d06e8b54
@ -32,7 +32,7 @@ define(
|
||||
var DEFAULT_MAX_RESULTS = 100,
|
||||
DEFAULT_TIMEOUT = 1000,
|
||||
MAX_CONCURRENT_REQUESTS = 100,
|
||||
FLUSH_INTERVAL = 180,
|
||||
FLUSH_INTERVAL = 0,
|
||||
stopTime;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user