[Logstash Centralized Management] Hide recently-deleted pipelines (follow up PR) (#18683)

* Renaming constant to be more descriptive

* Less kludgy language for better readabilility

* Removing extraneous newlines
This commit is contained in:
Shaunak Kashyap 2018-05-01 07:16:39 -07:00
parent 65c907834c
commit b378717c86
3 changed files with 4 additions and 6 deletions

View file

@ -11,5 +11,5 @@ export const MONITORING = {
* also, deliberately, the same duration we give Monitoring to pick up and report on a recently-deleted pipeline before we
* are safe to stop tracking that pipeline as recently-deleted.
*/
PIPELINE_RECENCY_DURATION_S: 30
ACTIVE_PIPELINE_RANGE_S: 30
};