Refactor code structure for improved readability and maintainability

This commit is contained in:
Marco Pedone 2026-03-06 12:35:41 +01:00
parent 7b76132a94
commit 4f9a46d1d2
2 changed files with 11 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -38,7 +38,7 @@ services:
- "8081:3000" # Optional: Access the debug dashboard at localhost:8080 - "8081:3000" # Optional: Access the debug dashboard at localhost:8080
environment: environment:
- MAX_CONCURRENT_SESSIONS=5 - MAX_CONCURRENT_SESSIONS=5
- CONNECTION_TIMEOUT=30000 - CONNECTION_TIMEOUT=300000
restart: always restart: always
volumes: volumes: