fix block page

This commit is contained in:
wiaamm
2025-12-04 15:12:54 +02:00
parent 88382936e6
commit bb66050fe3
2 changed files with 10 additions and 7 deletions

View File

@@ -292,10 +292,6 @@ function nano.handle_start_transaction()
table.insert(nano.allocated_metadata, metadata)
-- Temporarily stop GC to ensure metadata isn't collected before it's used
-- Handler will restart GC after send_data completes
collectgarbage("stop")
return metadata
end