浏览代码

Explore: Reduce default time range to last hour (#18212)

David 6 年之前
父节点
当前提交
7139544c76
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/core/utils/explore.ts

+ 1 - 1
public/app/core/utils/explore.ts

@@ -41,7 +41,7 @@ import {
 import { config } from '../config';
 
 export const DEFAULT_RANGE = {
-  from: 'now-6h',
+  from: 'now-1h',
   to: 'now',
 };