[Conductor] Remove 24 hour default limit in time conductor (#3512)

This commit is contained in:
Nikhil 2020-12-04 10:34:19 -08:00 committed by GitHub
parent d78956327c
commit 55829dcf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,10 +131,10 @@
}
],
// maximum recent bounds to retain in conductor history
records: 10,
records: 10
// maximum duration between start and end bounds
// for utc-based time systems this is in milliseconds
limit: ONE_DAY
// limit: ONE_DAY
},
{
name: "Realtime",