mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 14:38:25 +00:00
web: default to self-only without config
This commit is contained in:
@@ -1383,7 +1383,7 @@ export async function monitorWebProvider(
|
||||
},
|
||||
"web reconnect: max attempts reached; continuing in degraded mode",
|
||||
);
|
||||
reconnectAttempts = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
const delay = computeBackoff(reconnectPolicy, reconnectAttempts);
|
||||
|
||||
Reference in New Issue
Block a user