From 7c970f45a9569db0e3bcd0fe06e11aaa6792bc1a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 2 Mar 2026 18:12:40 -0800 Subject: [PATCH] default to run Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com> --- weed/plugin/worker/admin_script_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/plugin/worker/admin_script_handler.go b/weed/plugin/worker/admin_script_handler.go index 9dfeee98b..e88e39ac3 100644 --- a/weed/plugin/worker/admin_script_handler.go +++ b/weed/plugin/worker/admin_script_handler.go @@ -106,7 +106,7 @@ func (h *AdminScriptHandler) Descriptor() *plugin_pb.JobTypeDescriptor { }, }, AdminRuntimeDefaults: &plugin_pb.AdminRuntimeDefaults{ - Enabled: false, + Enabled: true, DetectionIntervalSeconds: adminScriptDetectTickSecs, DetectionTimeoutSeconds: 300, MaxJobsPerDetection: 1,