-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Expected Behavior
Auto-save would wait until a series of changes is completed.
Current Behavior
Auto-save fires (almost) immediately after a change occurs. There is a small delay, but it is too small for some actions. An example of this is when downloading favorite icons for multiple entries. Also, if we enable changing multiple entries at the same time this will also creep up.
Possible Solution
Add an explicit signal to notify the database that a string of changes will occur and to wait for a longer period before issuing a modification signal.
Steps to Reproduce
- Enable auto-save
- Download multiple favorite icons
- Observe the database saving several times
hackel, spotlesscoder and Gregregorovich