From 8ba82fa7dd6e24f29e129a216b0c82b2107dec38 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2013 14:44:00 -0300 Subject: Adding maxconnections parameter --- templates/bitcoin.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/bitcoin.conf.erb b/templates/bitcoin.conf.erb index b51bde0..1e68b85 100644 --- a/templates/bitcoin.conf.erb +++ b/templates/bitcoin.conf.erb @@ -23,7 +23,7 @@ #noirc=1 # Maximum number of inbound+outbound connections. -#maxconnections= +maxconnections=<%= maxconnections %> # JSON-RPC options (for controlling a running Bitcoin/bitcoind process) -- cgit v1.2.3