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_%") }); }