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 0e455ed commit c045af9Copy full SHA for c045af9
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