mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 04:08:22 +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:
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user