Skip to content

Commit 6af258e

Browse files
committed
Fix cleanup timeout to use scaled budget instead of fixed value
1 parent 42a8294 commit 6af258e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/mcp-shutdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export async function runMcpShutdown(input: {
199199
timeoutMs: workspaceFilesystemCleanupTimeoutMs,
200200
operation: () =>
201201
cleanupOwnedWorkspaceFilesystemArtifacts({
202-
timeoutMs: STEP_TIMEOUT_MS,
202+
timeoutMs: workspaceFilesystemCleanupTimeoutMs,
203203
}),
204204
},
205205
{

0 commit comments

Comments
 (0)