Fixed TTL

This commit is contained in:
2025-12-25 21:55:55 +03:00
parent db0d1fb6a5
commit 66c7ee7a74

View File

@@ -78,6 +78,8 @@ async def fetch_cursor(
if cached_cursor.done: if cached_cursor.done:
mysql.cached_cursors.pop(cursor_id, None) mysql.cached_cursors.pop(cursor_id, None)
else:
cached_cursor.upgrade_close_at()
return SelectResult( return SelectResult(
cursor=cached_cursor, cursor=cached_cursor,