<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Checking for an update is slow"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=129236#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Checking for an update is slow"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=129236">bug 129236</a>
              from <span class="vcard"><a class="email" href="mailto:tbertels+bugzilla@gmail.com" title="Thomas Bertels <tbertels+bugzilla@gmail.com>"> <span class="fn">Thomas Bertels</span></a>
</span></b>
        <pre>The first update check (after starting the program) actually takes about 20
seconds. The following ones take about 10 seconds.

Extensions update check follows the same behavior.

This 10 seconds delay may be used on each update check, not only the automatic
one when starting the program:
<a href="https://github.com/LibreOffice/core/blob/35b0a64c3c8f11e15d689ecb5598b09c4459e5cd/extensions/source/update/check/updatecheck.cxx#L439">https://github.com/LibreOffice/core/blob/35b0a64c3c8f11e15d689ecb5598b09c4459e5cd/extensions/source/update/check/updatecheck.cxx#L439</a>

<span class="quote">> osl::Condition::Result aResult = osl::Condition::result_timeout;
> TimeValue tv = { 10, 0 };</span >

<span class="quote">> // Initial wait to avoid doing further time consuming tasks during start-up
> aResult = m_aCondition.wait(&tv);</span ></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>