diff --git a/src/shell-app-usage.c b/src/shell-app-usage.c index c17c3d207..00a6c2ee5 100644 --- a/src/shell-app-usage.c +++ b/src/shell-app-usage.c @@ -65,7 +65,7 @@ */ /* How often we save internally app data, in seconds */ -#define SAVE_APPS_TIMEOUT_SECONDS 5 /* leave this low for testing, we can bump later if need be */ +#define SAVE_APPS_TIMEOUT_SECONDS (5 * 60) /* With this value, an app goes from bottom to top of the * usage list in 50 hours of use */ @@ -714,7 +714,7 @@ idle_save_application_usage (gpointer data) out: if (!error) - g_output_stream_close (G_OUTPUT_STREAM(data_output), NULL, &error); + g_output_stream_close_async (G_OUTPUT_STREAM (data_output), 0, NULL, NULL, NULL); g_object_unref (data_output); if (error) {