From a35f55cde6e495e3307d04fe664098f418c19ec7 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 21 Dec 2023 22:27:50 +0100 Subject: [PATCH] compact h2 database on exit --- commafeed-server/config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-server/config.yml.example b/commafeed-server/config.yml.example index 680e35df..a4b0ae1d 100644 --- a/commafeed-server/config.yml.example +++ b/commafeed-server/config.yml.example @@ -108,7 +108,7 @@ app: database: driverClass: org.h2.Driver - url: jdbc:h2:/commafeed/data/db + url: jdbc:h2:/commafeed/data/db;DEFRAG_ALWAYS=TRUE user: sa password: sa properties: