<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILESAVE: Auto save timing logic problem: can save too frequently"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122530">122530</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FILESAVE: Auto save timing logic problem: can save too frequently
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.1.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>luke.kendall@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>My document (novel with editorial comments) takes about 30 secs to save.

My auto-save interval is set to 30 mins. 

Despite that, I have noticed several times (and again just now) that auto-save
can trigger less than two minutes after manually saving the document.

The necessary preconditions seem to be:

1) Have multiple large documents open
2) Edit all of them
3) Wait for an auto save to trigger on one.

If I then save my main document, it can complete that Save but then get a fresh
auto-save only a minute or two later.

I think what is happening is that the check of the time since last save is
being made for all documents open; or if it is a per-document property, the
'decision to save' a document is being made in advance of executing the
auto-save somehow.  As if the decision to save is made when any document
currently open starts to auto-save, and the actual last saved time of each
document is disregarded for the auto save which has been decided is due.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>