Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: a29321258122b0439e0c3d7158911852e58b05e4
https://github.com/conformal/btcd/commit/a29321258122b0439e0c3d7158911852e58b05e4
Author: Dave Collins <[email protected]>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M config.go
M doc.go
M rpcserver.go
M sample-btcd.conf
Log Message:
-----------
Add --rpcmaxclients option with default of 10.
This commit adds a new configuration option, --rpcmaxclients, to limit the
number of max standard RPC clients that are served concurrently. Note
that this value does not apply to websocket connections. A future commit
will add support for limiting those separately.
Closes #68.