This commit is contained in:
Liang Ding 2023-02-28 09:47:34 +08:00
parent b03dbfcf27
commit 31738cacf6
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -215,7 +215,7 @@ func initHistoryDBConnection() {
historyDB.Close() historyDB.Close()
} }
dsn := util.DBPath + "?_journal_mode=WAL" + dsn := util.HistoryDBPath + "?_journal_mode=WAL" +
"&_synchronous=OFF" + "&_synchronous=OFF" +
"&_mmap_size=2684354560" + "&_mmap_size=2684354560" +
"&_secure_delete=OFF" + "&_secure_delete=OFF" +