mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🐛 生成文件历史索引报错 Fix https://github.com/siyuan-note/siyuan/issues/7509
This commit is contained in:
parent
b03dbfcf27
commit
31738cacf6
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ func initHistoryDBConnection() {
|
|||
historyDB.Close()
|
||||
}
|
||||
|
||||
dsn := util.DBPath + "?_journal_mode=WAL" +
|
||||
dsn := util.HistoryDBPath + "?_journal_mode=WAL" +
|
||||
"&_synchronous=OFF" +
|
||||
"&_mmap_size=2684354560" +
|
||||
"&_secure_delete=OFF" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue