chore: session auto-commit

This commit is contained in:
MythEclipse
2026-06-02 17:25:01 +07:00
parent b23ccf0837
commit 049fd49737
@@ -33,6 +33,7 @@ export async function initStickerCache(): Promise<void> {
); );
const row = await executeGet( const row = await executeGet(
"SELECT count(*) as cnt, COALESCE(SUM(size), 0) as total FROM sticker_cache", "SELECT count(*) as cnt, COALESCE(SUM(size), 0) as total FROM sticker_cache",
[],
); );
if (row) { if (row) {
statsCache = { statsCache = {