소스 검색

wrong branch

Ivan Galakhov 5 년 전
부모
커밋
4f36cfa14c
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/main/home/cluster-dashboard/expanded-chart/status/DeployStatus.tsx

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/status/DeployStatus.tsx

@@ -5,7 +5,7 @@ import { ChartType } from "../../../../../shared/types";
 import { filter } from "d3-array";
 import { filter } from "d3-array";
 import { render } from "react-dom";
 import { render } from "react-dom";
 
 
-const REFRESH_TIME = 15000; // SHOULD BE MADE HIGHER!
+const REFRESH_TIME = 1000; // SHOULD BE MADE HIGHER!
 
 
 interface Event {
 interface Event {
   event_id: string;
   event_id: string;