From 0e0a205d88fee2d20c7704b4c4c6166c4123f1b7 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 16 Dec 2025 11:48:19 +0100 Subject: [PATCH] Lower interval for cleaning up sessions --- src/api/util/handlers/Instance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/util/handlers/Instance.ts b/src/api/util/handlers/Instance.ts index f00462694..86dda74b2 100644 --- a/src/api/util/handlers/Instance.ts +++ b/src/api/util/handlers/Instance.ts @@ -48,7 +48,7 @@ export async function initInstance() { } } }, - 1000 * 60 * 30, + 1000 * 60 * 5, ); // await Session.delete({ session_id: Like("TEMP_%") }); }