Change autosave for push rules to 3 seconds
A 30 second delay is unacceptable when there are two UIs for the same thing, because the UIs will be out of sync for up to 30 seconds.
This commit is contained in:
@@ -129,7 +129,7 @@ HListView {
|
||||
|
||||
Timer {
|
||||
id: autoSaveTimer
|
||||
interval: 30000
|
||||
interval: 3000
|
||||
onTriggered: root.save()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user