davisp commented on a change in pull request #665: 631 fix os proc pool eunit
URL: https://github.com/apache/couchdb/pull/665#discussion_r127050620
##########
File path: src/couch/src/couch_native_process.erl
##########
@@ -65,10 +72,12 @@ prompt(Pid, Data) when is_list(Data) ->
% gen_server callbacks
init([]) ->
- {ok, #evstate{ddocs=dict:new()}}.
+ V = config:get("query_server_config", "os_process_idle_limit", "300"),
Review comment:
Note that we all just realized in IRC that the default is already there.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services