davisp commented on a change in pull request #665: 631 fix os proc pool eunit
URL: https://github.com/apache/couchdb/pull/665#discussion_r127050286
 
 

 ##########
 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:
   Can add, but just wrote this to match couch_os_process, its not new.
 
----------------------------------------------------------------
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

Reply via email to