feat: refactor Socket.IO server implementation and update README for queue system

This commit is contained in:
2025-09-19 18:51:28 +02:00
parent e60c801f4e
commit ff81967a59
6 changed files with 307 additions and 179 deletions

View File

@@ -1,7 +1,3 @@
# Socket server
SOCKET_PORT=4000
NEXT_PUBLIC_SOCKET_URL=http://localhost:4000
# Queue settings
QUEUE_THRESHOLD=100
CONCURRENT_ACTIVE=50