connection fixes

This commit is contained in:
2025-10-06 09:41:23 +09:00
parent 4ceccae6ce
commit fa55367e68
361 changed files with 24633 additions and 6206 deletions

View File

@@ -21,7 +21,7 @@ class ConfigManager {
// Конфигурация по умолчанию
return {
server: {
url: 'http://localhost:3001',
url: 'http://localhost:3002',
autoConnect: false,
reconnectAttempts: 3,
reconnectInterval: 5000