diff --git a/websocket_server/Constants.js b/websocket_server/Constants.js index d0f1012..68cb5af 100644 --- a/websocket_server/Constants.js +++ b/websocket_server/Constants.js @@ -23,7 +23,7 @@ export const DEFAULT_LOCK_RETRY_INTERVAL = 50 export const DEFAULT_ROOM_CLEANUP_INTERVAL = 5 * 60 * 1000 -export const DEFAULT_ROOM_MAX_AGE = 30 * 60 * 1000 +export const DEFAULT_ROOM_MAX_AGE = 5 * 60 * 1000 // 5 minutes, which will also save the room data to nextcloud export const DEFAULT_CACHED_TOKEN_TTL = 10 * 60 * 1000