[Libreoffice-bugs] [Bug 129236] Checking for updates is slow

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 13 15:20:34 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=129236

--- Comment #4 from Stephan Bergmann <sbergman at redhat.com> ---
I can not reproduce this.  "Help - Check for Updates..." quickly brings up the
"Check for Updates" dialog and quickly checks and presents the findings in that
dialog, for a local Linux (--enable-online-update) master build, a local
Windows (--enable-online-update) master build, and a Windows TDF 6.2.2 (which I
happened to have handy).

And while it might be true that the

>   TimeValue tv = { 10, 0 };
> 
>   // Initial wait to avoid doing further time consuming tasks during start-up
>   aResult = m_aCondition.wait(&tv);

in UpdateCheckThread::run (extensions/source/update/check/updatecheck.cxx) is
redundant, it should not hurt, as UpdateCheck::showDialog
(extensions/source/update/check/updatecheck.cxx) contains

>   m_aCondition.set();

to quit waiting as soon as a manual check is initiated.

-- 
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/20200513/c95bd972/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list