Ivan Galakhov 4 年之前
父節點
當前提交
9de07abe03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/main/home/cluster-dashboard/expanded-chart/events/EventsTab.tsx

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/events/EventsTab.tsx

@@ -28,7 +28,7 @@ type Props = {
   currentChart: ChartType;
 };
 
-const REFRESH_TIME = 1000; // SHOULD BE MADE HIGHER!
+const REFRESH_TIME = 15000; // SHOULD BE MADE HIGHER!
 
 const EventsTab: React.FunctionComponent<Props> = (props) => {
   const { currentCluster, currentProject } = useContext(Context);