[Libreoffice-bugs] [Bug 122530] FILESAVE: Auto save timing logic problem: can save too frequently
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 24 08:48:09 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=122530
--- Comment #20 from Luke Kendall <luke.kendall at gmail.com> ---
This is happening quite frequently. Often the auto save (which I have set at 30
mins), triggers a mere two minutes after I last saved the file.
It seems to especially happen if I save the file when I see auto-save trigger
in another file I'm working on. (I sometimes save the other file a few minutes
before the half hour mark, as a reminder to save my main file. But due to this
bug, that practice doesn't necessarily save me from being held up by an
auto-save.)
This behaviour suggests to me the code makes a check of all open files to
decide if they need an auto-save. However, since many minutes can pass between
computing that check and then executing each auto save, it appears the code
does not check that a manual save has been performed in the meantime.
Can you at least add a check to avoid an auto-save of a document it it has been
saved more recently than the auto-save period? That should fix the problem.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200924/bc9ce7ca/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list