gconf: increase periodic cleanup interval
[openembedded.git] / recipes / gnome / files / gconf_increase_timeout.patch
1 diff -ur GConf-2.28.0_/gconf/gconfd.c GConf-2.28.0/gconf/gconfd.c
2 --- GConf-2.28.0_/gconf/gconfd.c        2009-08-19 18:35:32.000000000 +0300
3 +++ GConf-2.28.0/gconf/gconfd.c 2016-05-14 02:10:05.314832924 +0300
4 @@ -1042,7 +1042,7 @@
5  
6    if (main_loops == NULL)
7      {
8 -      gulong timeout_len = 60*0.5; /* 60 s/min * .5 min */
9 +      gulong timeout_len = 60*5; /* 5 min */
10        
11        g_assert(timeout_id == 0);
12        timeout_id = g_timeout_add_seconds (timeout_len,