Files
weave-scope/client/app/scripts/constants/timer.js
David Kaltschmidt 8f83a73072 Split samples and feed metrics right away
* also increase sparkline feed to 60 secs
* and keep historic max
2016-02-04 16:56:07 +01:00

4 lines
96 B
JavaScript

/* Intervals in ms */
export const API_INTERVAL = 30000;
export const TOPOLOGY_INTERVAL = 5000;