[gnome-software] plugin loader: Remove GET_UPDATES 60 sec timeout



commit deca1eb0b48cf4a23bf3f8f677052b81fa5d6d82
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 d298d4f6..68fff0e1 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -3589,7 +3589,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]