Skip to content

Commit b0196c9

Browse files
committed
Merge branch 'master' of github.com:scalableminds/webknossos into pricing
* 'master' of github.com:scalableminds/webknossos: Revert "temporarily disable vx related polling (#6702)" (#6710)
2 parents bade5ea + da8abcb commit b0196c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/javascripts/admin/voxelytics/workflow_view.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { getVoxelyticsWorkflow, isWorkflowAccessibleBySwitching } from "admin/ad
2222
import BrainSpinner, { BrainSpinnerWithError } from "components/brain_spinner";
2323
import TaskListView from "./task_list_view";
2424

25-
export const VX_POLLING_INTERVAL = null; // disabled for now. 30 * 1000; // 30s
25+
export const VX_POLLING_INTERVAL = 30 * 1000; // 30s
2626

2727
type LoadingState =
2828
| { status: "PENDING" }

0 commit comments

Comments
 (0)