فهرست منبع

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',
 };