Skip to content

Commit

Permalink
Fix server crashed, regular cleanups, improve configs, etc...
Browse files Browse the repository at this point in the history
  • Loading branch information
hweihwang committed Jan 3, 2025
1 parent c2386b6 commit 601c9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket_server/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 601c9d4

Please sign in to comment.