diff options
Diffstat (limited to '')
-rw-r--r-- | litterbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litterbox.c b/litterbox.c index 24d5733..ccc3ecd 100644 --- a/litterbox.c +++ b/litterbox.c @@ -752,6 +752,7 @@ static void handle(struct Message *msg) { } static void atExit(void) { + dbExec(SQL(PRAGMA optimize;)); dbClose(); if (client) tls_close(client); } |