Comparison

util/error.lua @ 11571:a8f0f87e115a

prosody: Close the state on exit (ie garbage-collect everything) This ensures __gc is called on everything that may need it, such as database connections. It was reported in the chat by Happy that SQLite3 does not close its state cleanly in WAL mode, leaving the WAL file behind. This is probably rather a bug in mod_storage_sql, but forcing a final GC sweep should also help with such things everywhere.
author Kim Alvefur <zash@zash.se>
date Tue, 18 May 2021 20:08:37 +0200 (2021-05-18)
parent 11224:8143fd2f138b
child 12975:d10957394a3c
child 13078:6da83deb8d7f
comparison
equal deleted inserted replaced
11570:c3896c714a83 11571:a8f0f87e115a