Erik Sundell 7 лет назад
Родитель
Сommit
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,
       },
     };