Ivan Galakhov 4 ani în urmă
părinte
comite
9de07abe03

+ 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);