gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1050 - in GNUnet/src: applications/fs/ecrs applications/fs


From: grothoff
Subject: [GNUnet-SVN] r1050 - in GNUnet/src: applications/fs/ecrs applications/fs/fsui applications/fs/lib util
Date: Sun, 26 Jun 2005 04:40:42 -0700 (PDT)

Author: grothoff
Date: 2005-06-26 04:40:36 -0700 (Sun, 26 Jun 2005)
New Revision: 1050

Modified:
   GNUnet/src/applications/fs/ecrs/check.conf
   GNUnet/src/applications/fs/fsui/check.conf
   GNUnet/src/applications/fs/lib/check.conf
   GNUnet/src/util/daemon.c
Log:
need stats, not traffic

Modified: GNUnet/src/applications/fs/ecrs/check.conf
===================================================================
--- GNUnet/src/applications/fs/ecrs/check.conf  2005-06-26 11:34:04 UTC (rev 
1049)
+++ GNUnet/src/applications/fs/ecrs/check.conf  2005-06-26 11:40:36 UTC (rev 
1050)
@@ -10,7 +10,7 @@
 KEEPLOG         = 0
 PIDFILE         = $GNUNETD_HOME/gnunetd.pid
 HOSTS          = $GNUNETD_HOME/data/hosts/
-APPLICATIONS = "fs getoption traffic"
+APPLICATIONS = "fs getoption stats"
 # TRANSPORTS = -- no transports!
 
 [MODULES]

Modified: GNUnet/src/applications/fs/fsui/check.conf
===================================================================
--- GNUnet/src/applications/fs/fsui/check.conf  2005-06-26 11:34:04 UTC (rev 
1049)
+++ GNUnet/src/applications/fs/fsui/check.conf  2005-06-26 11:40:36 UTC (rev 
1050)
@@ -10,7 +10,7 @@
 KEEPLOG         = 0
 PIDFILE         = $GNUNETD_HOME/gnunetd.pid
 HOSTS          = $GNUNETD_HOME/data/hosts/
-APPLICATIONS = "fs getoption traffic"
+APPLICATIONS = "fs getoption stats"
 # TRANSPORTS = -- no transports!
 
 [MODULES]

Modified: GNUnet/src/applications/fs/lib/check.conf
===================================================================
--- GNUnet/src/applications/fs/lib/check.conf   2005-06-26 11:34:04 UTC (rev 
1049)
+++ GNUnet/src/applications/fs/lib/check.conf   2005-06-26 11:40:36 UTC (rev 
1050)
@@ -10,7 +10,7 @@
 KEEPLOG         = 0
 PIDFILE         = $GNUNETD_HOME/gnunetd.pid
 HOSTS          = $GNUNETD_HOME/data/hosts/
-APPLICATIONS = "fs traffic"
+APPLICATIONS = "fs stats"
 # TRANSPORTS = -- no transports!
 
 [MODULES]

Modified: GNUnet/src/util/daemon.c
===================================================================
--- GNUnet/src/util/daemon.c    2005-06-26 11:34:04 UTC (rev 1049)
+++ GNUnet/src/util/daemon.c    2005-06-26 11:40:36 UTC (rev 1050)
@@ -266,7 +266,7 @@
 int waitForGNUnetDaemonRunning(cron_t timeout) {
   timeout += cronTime(NULL);
   while (OK != checkGNUnetDaemonRunning()) {
-    gnunet_util_sleep(50 * cronMILLIS);
+    gnunet_util_sleep(100 * cronMILLIS);
     if (timeout < cronTime(NULL))
       return checkGNUnetDaemonRunning();
   }





reply via email to

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