Set default autorefresh interval to 0

pull/10616/head
ebb-tide 2018-05-08 11:53:38 -07:00 committed by Andrew Watkins
parent 084f303d08
commit 1301bbd075
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ export const HTTP_UNAUTHORIZED = 401
export const HTTP_FORBIDDEN = 403
export const HTTP_NOT_FOUND = 404
export const AUTOREFRESH_DEFAULT = 15000 // in milliseconds
export const AUTOREFRESH_DEFAULT = 0 // in milliseconds
export const GRAPH = 'graph'
export const TABLE = 'table'