mirror of https://github.com/qwqdanchun/nps.git
sync file when save
This commit is contained in:
parent
b43bcb1c96
commit
ef3dc10215
|
@ -177,4 +177,5 @@ func storeSyncMapToFile(m sync.Map, filePath string) {
|
|||
}
|
||||
return true
|
||||
})
|
||||
file.Sync()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue