Fixed TTL

This commit is contained in:
2025-12-25 22:01:08 +03:00
parent 66c7ee7a74
commit 552264aaee

View File

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