[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r26673 - gnunet/src/nse
From: |
gnunet |
Subject: |
[GNUnet-SVN] r26673 - gnunet/src/nse |
Date: |
Sat, 30 Mar 2013 16:26:40 +0100 |
Author: harsha
Date: 2013-03-30 16:26:40 +0100 (Sat, 30 Mar 2013)
New Revision: 26673
Modified:
gnunet/src/nse/nse_infiniband.conf
Log:
- reduce number of parallel peer creates to save operation timeouts while
creating peers
Modified: gnunet/src/nse/nse_infiniband.conf
===================================================================
--- gnunet/src/nse/nse_infiniband.conf 2013-03-30 12:00:08 UTC (rev 26672)
+++ gnunet/src/nse/nse_infiniband.conf 2013-03-30 15:26:40 UTC (rev 26673)
@@ -6,7 +6,7 @@
PORT = 12113
ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; 192.168.0.0/16;
HOSTNAME = localhost
-MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
+MAX_PARALLEL_OPERATIONS = 500
OVERLAY_TOPOLOGY = 2D_TORUS
OVERLAY_RANDOM_LINKS = 1000
OPERATION_TIMEOUT = 45 s
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r26673 - gnunet/src/nse,
gnunet <=