[gnome-software/gnome-3-30] plugin loader: Remove GET_UPDATES 60 sec timeout
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-30] plugin loader: Remove GET_UPDATES 60 sec timeout
- Date: Tue, 18 Dec 2018 01:14:08 +0000 (UTC)
commit 943221fbeb764c3e6d8842cfb0be1a8a8d6c1a12
Author: Kalev Lember <klember redhat com>
Date: Mon Dec 17 16:53:13 2018 +0100
plugin loader: Remove GET_UPDATES 60 sec timeout
We have no idea how long a possible cache refresh might take as it
can download 100-200 MB of metadata on Fedora.
This might fix https://gitlab.gnome.org/GNOME/gnome-software/issues/508
lib/gs-plugin-loader.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index be3078d4..a6bf67c7 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -3708,7 +3708,6 @@ gs_plugin_loader_job_process_async (GsPluginLoader *plugin_loader,
case GS_PLUGIN_ACTION_GET_INSTALLED:
case GS_PLUGIN_ACTION_GET_POPULAR:
case GS_PLUGIN_ACTION_GET_RECENT:
- case GS_PLUGIN_ACTION_GET_UPDATES:
case GS_PLUGIN_ACTION_SEARCH:
case GS_PLUGIN_ACTION_SEARCH_FILES:
case GS_PLUGIN_ACTION_SEARCH_PROVIDES:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]