[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:
Victor Woeltjen
2015-10-05 10:06:55 -07:00
parent 5520d90984
commit 36d06e8b54

View File

@ -32,7 +32,7 @@ define(
var DEFAULT_MAX_RESULTS = 100, var DEFAULT_MAX_RESULTS = 100,
DEFAULT_TIMEOUT = 1000, DEFAULT_TIMEOUT = 1000,
MAX_CONCURRENT_REQUESTS = 100, MAX_CONCURRENT_REQUESTS = 100,
FLUSH_INTERVAL = 180, FLUSH_INTERVAL = 0,
stopTime; stopTime;
/** /**