mirror of
https://github.com/teest114514/chatlog_alpha.git
synced 2026-04-19 02:22:35 +08:00
Add WAL incremental sync and auto-decrypt debounce
Introduces experimental WAL (Write-Ahead Logging) incremental sync for WeChat database decryption, allowing real-time monitoring and incremental updates to the working directory database. Adds UI and config options to enable WAL support and configure auto-decrypt debounce interval. Updates related services, context, and data source logic to support WAL file handling, incremental decryption, and improved process detection. Also improves single-instance process checks and updates documentation for these new features.
This commit is contained in:
@@ -15,7 +15,7 @@ func TestXxx(t *testing.T) {
|
||||
BlackList: []string{},
|
||||
}
|
||||
|
||||
d := NewDBManager(path)
|
||||
d := NewDBManager(path, false)
|
||||
d.AddGroup(g)
|
||||
d.Start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user