diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 14:44:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 14:44:00 -0300 |
commit | 8ba82fa7dd6e24f29e129a216b0c82b2107dec38 (patch) | |
tree | 4717995eac86e0d938ea3e0faa245a28ae2ea1e8 /templates | |
parent | 0534cb4e00d21df8b2f08cc976c4f4ab8c417088 (diff) | |
download | puppet-bitcoind-8ba82fa7dd6e24f29e129a216b0c82b2107dec38.tar.gz puppet-bitcoind-8ba82fa7dd6e24f29e129a216b0c82b2107dec38.tar.bz2 |
Adding maxconnections parameter
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bitcoin.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |