misc: update deployment

This commit is contained in:
2026-04-15 17:19:53 -04:00
Unverified
parent b434e29660
commit f6753ae345
5 changed files with 12 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ from websockets.exceptions import ConnectionClosed
from wakepy import keep
from agent import Agent
DEFAULT_SERVER_URL = "wss://connect4.abunchofknowitalls.com"
DEFAULT_SERVER_URL = "wss://connect4.abunchofknowitalls.com/ws"
RECONNECT_INTERVAL_SECONDS = 5
RECONNECT_TIMEOUT_SECONDS = 60
MAX_RECONNECT_ATTEMPTS = (