mirror of
https://github.com/vsariola/sointu.git
synced 2026-08-16 22:56:58 -04:00
fix(tracker): save recovery in GUI thread and reduce recovery size&frequency
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user