Erik Sundell пре 7 година
родитељ
комит
7209c7cd0a
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      public/app/features/explore/QueryEditor.tsx

+ 2 - 0
public/app/features/explore/QueryEditor.tsx

@@ -42,6 +42,8 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
           getNextQueryLetter: x => '',
         },
         hideEditorRowActions: true,
+        interval: '1m',
+        intervalMs: 60000,
       },
     };