Skip to content

Commit

Permalink
Revert "temporarily disable vx related polling (#6702)" (#6710)
Browse files Browse the repository at this point in the history
This reverts commit b013149.
  • Loading branch information
philippotto authored Dec 20, 2022
1 parent df08e63 commit da8abcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/javascripts/admin/voxelytics/workflow_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { getVoxelyticsWorkflow, isWorkflowAccessibleBySwitching } from "admin/ad
import BrainSpinner, { BrainSpinnerWithError } from "components/brain_spinner";
import TaskListView from "./task_list_view";

export const VX_POLLING_INTERVAL = null; // disabled for now. 30 * 1000; // 30s
export const VX_POLLING_INTERVAL = 30 * 1000; // 30s

type LoadingState =
| { status: "PENDING" }
Expand Down

0 comments on commit da8abcb

Please sign in to comment.