add collect(stop)

This commit is contained in:
wiaamm
2025-12-06 13:08:40 +02:00
parent de751af7ed
commit b187507406
2 changed files with 50 additions and 27 deletions

View File

@@ -292,6 +292,8 @@ function nano.handle_start_transaction()
table.insert(nano.allocated_metadata, metadata)
collectgarbage("stop")
return metadata
end