gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4995 - gnunet-gtk/src/plugins/peers


From: gnunet
Subject: [GNUnet-SVN] r4995 - gnunet-gtk/src/plugins/peers
Date: Sat, 9 Jun 2007 17:11:24 -0600 (MDT)

Author: grothoff
Date: 2007-06-09 17:11:24 -0600 (Sat, 09 Jun 2007)
New Revision: 4995

Modified:
   gnunet-gtk/src/plugins/peers/peers.c
Log:
too frequent

Modified: gnunet-gtk/src/plugins/peers/peers.c
===================================================================
--- gnunet-gtk/src/plugins/peers/peers.c        2007-06-09 22:35:55 UTC (rev 
4994)
+++ gnunet-gtk/src/plugins/peers/peers.c        2007-06-09 23:11:24 UTC (rev 
4995)
@@ -366,8 +366,8 @@
   cron = cron_create(ectx);
   cron_add_job(cron,
               &updatePeerInfo,
-              15 * cronSECONDS,
-              15 * cronSECONDS,
+              120 * cronSECONDS,
+              120 * cronSECONDS,
               NULL);
   cron_start(cron);
 }
@@ -376,7 +376,7 @@
   cron_stop(cron);
   cron_del_job(cron,
               &updatePeerInfo,
-              15 * cronSECONDS,
+              120 * cronSECONDS,
               NULL);
   cron_destroy(cron);
   if (red != NULL)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]