mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 04:54:27 -04:00
fix(tracker): save recovery in GUI thread and reduce recovery size&frequency
This commit is contained in:
parent
905637eee3
commit
048de55f00
@ -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