fixed timeout

This commit is contained in:
duffyduck 2026-03-16 01:10:33 +01:00
parent 1ee800f451
commit 242f67ec2b
1 changed files with 1 additions and 1 deletions

View File

@ -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" }