We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bade5ea + da8abcb commit b0196c9Copy full SHA for b0196c9
frontend/javascripts/admin/voxelytics/workflow_view.tsx
@@ -22,7 +22,7 @@ import { getVoxelyticsWorkflow, isWorkflowAccessibleBySwitching } from "admin/ad
22
import BrainSpinner, { BrainSpinnerWithError } from "components/brain_spinner";
23
import TaskListView from "./task_list_view";
24
25
-export const VX_POLLING_INTERVAL = null; // disabled for now. 30 * 1000; // 30s
+export const VX_POLLING_INTERVAL = 30 * 1000; // 30s
26
27
type LoadingState =
28
| { status: "PENDING" }
0 commit comments