fix(tracker): save recovery in GUI thread and reduce recovery size&frequency

This commit is contained in:
2023-10-02 13:40:26 +03:00
parent 905637eee3
commit 048de55f00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ const (
IDParameter
)
const maxUndo = 256
const maxUndo = 64
const RECOVERY_FILE = ".sointu_recovery.yml"
func NewModel(modelMessages chan<- interface{}, playerMessages <-chan PlayerMessage) *Model {