From 242f67ec2b62c280f3acdc8343298078d7e5471e Mon Sep 17 00:00:00 2001 From: duffyduck Date: Mon, 16 Mar 2026 01:10:33 +0100 Subject: [PATCH] fixed timeout --- aria-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-setup.sh b/aria-setup.sh index 616858b..6eeefc4 100755 --- a/aria-setup.sh +++ b/aria-setup.sh @@ -43,6 +43,7 @@ docker exec aria-core sh -c 'cat > /home/node/.openclaw/openclaw.json << '"'"'IN "compaction": { "mode": "safeguard" }, + "timeoutSeconds": 300, "maxConcurrent": 4, "subagents": { "maxConcurrent": 8 @@ -55,7 +56,6 @@ docker exec aria-core sh -c 'cat > /home/node/.openclaw/openclaw.json << '"'"'IN "api": "openai-completions", "baseUrl": "http://proxy:3456/v1", "apiKey": "not-needed", - "timeout": 300000, "models": [ { "id": "claude-sonnet-4", "name": "claude-sonnet-4" }, { "id": "claude-opus-4", "name": "claude-opus-4" }