[folks] Increase quiescent timeout to 30s
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Increase quiescent timeout to 30s
- Date: Wed, 28 Mar 2012 12:17:00 +0000 (UTC)
commit ada8261b601b27f85dd71750ef140edee02e1863
Author: Xavier Claessens <xavier claessens collabora co uk>
Date: Mon Mar 26 10:54:56 2012 +0200
Increase quiescent timeout to 30s
5s is too optimistical, it can easily take longer when printing debug
messages on terminal (unit test failing because of this) or even in real
world usage if system is a bit on load.
folks/individual-aggregator.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 1b8b71b..f0f567b 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -105,7 +105,7 @@ public class Folks.IndividualAggregator : Object
* reach quiescence. */
private uint _quiescent_timeout_id = 0;
- private static const uint _QUIESCENT_TIMEOUT = 5; /* seconds */
+ private static const uint _QUIESCENT_TIMEOUT = 30; /* seconds */
/* We use this to know if the primary PersonaStore has been explicitly
* set by the user (either via GConf or an env variable). If that is the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]