diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-17 09:12:34 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-17 09:12:34 +0000 |
commit | 48cff234f2f50df0f9efcfa02110e60d322d2b8d (patch) | |
tree | f15cb4cc7d5345db72806806d2a0d05c385e11a4 | |
parent | 185c64be9e8bde2d934fcc239cceb23e3c405f49 (diff) |
-undo
-rw-r--r-- | src/transport/transport.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in index 3718f3224a..82effb235f 100644 --- a/src/transport/transport.conf.in +++ b/src/transport/transport.conf.in @@ -3,7 +3,7 @@ AUTOSTART = @AUTOSTART@ @JAVAPORT@PORT = 2091 HOSTNAME = localhost BINARY = gnunet-service-transport -PREFIX = valgrind +# PREFIX = valgrind NEIGHBOUR_LIMIT = 50 ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; |