fix(hooks): reduce timeout values for worker service commands to improve responsiveness

This commit is contained in:
Alex Newman
2025-12-29 18:22:33 -05:00
parent a85d523371
commit fdb3eb11c3
+7 -7
View File
@@ -13,17 +13,17 @@
{
"type": "command",
"command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start",
"timeout": 180
"timeout": 15
},
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/context-hook.js\"",
"timeout": 300
"timeout": 15
},
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/user-message-hook.js\"",
"timeout": 10
"timeout": 15
}
]
}
@@ -34,12 +34,12 @@
{
"type": "command",
"command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start",
"timeout": 180
"timeout": 15
},
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/scripts/new-hook.js\"",
"timeout": 300
"timeout": 15
}
]
}
@@ -51,7 +51,7 @@
{
"type": "command",
"command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start",
"timeout": 180
"timeout": 15
},
{
"type": "command",
@@ -67,7 +67,7 @@
{
"type": "command",
"command": "bun \"${CLAUDE_PLUGIN_ROOT}/scripts/worker-service.cjs\" start",
"timeout": 180
"timeout": 15
},
{
"type": "command",