mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-01 20:09:01 +00:00
Lower interval for cleaning up sessions
This commit is contained in:
@@ -48,7 +48,7 @@ export async function initInstance() {
|
||||
}
|
||||
}
|
||||
},
|
||||
1000 * 60 * 30,
|
||||
1000 * 60 * 5,
|
||||
);
|
||||
// await Session.delete({ session_id: Like("TEMP_%") });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user