Skip to content

Commit

Permalink
bz1075 Add riak_kv param to set backlog option on pb listen socket
Browse files Browse the repository at this point in the history
  • Loading branch information
russelldb committed Apr 21, 2011
1 parent d726647 commit 0222b99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rel/files/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
%% will bind to
{pb_port, {{pb_port}} },

%% pb_backlog is the maximum length to which the queue of pending
%% connections may grow. If set, it must be an integer >= 0.
%% By default the value is 5. If you anticipate a huge number of
%% connections being initialised *simultaneously*, set this number
%% higher.
%% {pb_backlog, 64},

%% raw_name is the first part of all URLS used by the Riak raw HTTP
%% interface. See riak_web.erl and raw_http_resource.erl for
%% details.
Expand Down

0 comments on commit 0222b99

Please sign in to comment.