mirror of
https://github.com/atom/atom.git
synced 2026-01-30 17:27:59 -05:00
Use a queue to prevent concurrent async writeFile calls
This commit is contained in:
@@ -430,7 +430,7 @@ class Config {
|
||||
this.transactDepth = 0
|
||||
this.pendingOperations = []
|
||||
this.legacyScopeAliases = {}
|
||||
this.requestSave = _.debounce(() => this.save(), 100)
|
||||
this.requestSave = _.debounce(() => this.save(), 1)
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user