We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e2450 commit 5d6f45bCopy full SHA for 5d6f45b
src/v1/controller/room/create/Utils.ts
@@ -20,7 +20,7 @@ export const generateRoomInviteCode = async (
20
}
21
22
if (inviteCode !== roomUUID) {
23
- const fiftyDays = 60 * 60 * 24 * 50;
+ const fiftyDays = 60 * 60 * 24 * 100;
24
25
await RedisService.client
26
.multi()
0 commit comments