mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #140: make auto-backup/restore feature stable against running multiple application instances:
* use unique date/time with milliseconds as ini sections * open ini file for each read + write, separately, don't keep it open all the time
This commit is contained in:
@ -83,7 +83,7 @@ const
|
||||
GRIDMAXDATA: Integer = 256;
|
||||
|
||||
BACKUP_MAXFILESIZE: Integer = 10 * SIZE_MB;
|
||||
BACKUP_FILEPATTERN: String = 'query-tab-%d.sql';
|
||||
BACKUP_FILEPATTERN: String = 'query-tab-%s.sql';
|
||||
|
||||
VTREE_NOTLOADED = 0;
|
||||
VTREE_NOTLOADED_PURGECACHE = 1;
|
||||
|
Reference in New Issue
Block a user