[epiphany] search-provider: tweak default timeout
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] search-provider: tweak default timeout
- Date: Thu, 11 Sep 2014 23:50:41 +0000 (UTC)
commit da2cb027b8ed22fce148605418caf606e95390ea
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Thu Sep 11 18:49:22 2014 -0500
search-provider: tweak default timeout
As recommended by Giovanni in bug #736449
src/ephy-search-provider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-search-provider.c b/src/ephy-search-provider.c
index dbe1049..e478ca6 100644
--- a/src/ephy-search-provider.c
+++ b/src/ephy-search-provider.c
@@ -52,7 +52,7 @@ struct _EphySearchProviderClass
G_DEFINE_TYPE (EphySearchProvider, ephy_search_provider, G_TYPE_APPLICATION)
-#define INACTIVITY_TIMEOUT 10000 /* Ten seconds, in milliseconds */
+#define INACTIVITY_TIMEOUT 60 * 1000 /* One minute, in milliseconds */
static void
on_model_updated (EphyHistoryService *service,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]