[GitHub] rnewson commented on issue #1602: Remove runtime configurability of core system components

2018-09-17 Thread GitBox
rnewson commented on issue #1602: Remove runtime configurability of core system 
components
URL: https://github.com/apache/couchdb/pull/1602#issuecomment-422075300
 
 
   also noting that changing couchjs stack size is an important ability.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rnewson commented on issue #1602: Remove runtime configurability of core system components

2018-09-17 Thread GitBox
rnewson commented on issue #1602: Remove runtime configurability of core system 
components
URL: https://github.com/apache/couchdb/pull/1602#issuecomment-422001312
 
 
   `{application,appname, [
   {description, "blah"},
   {vsn, git},
   {registered,[]},
   {applications,[kernel,stdlib,config,couch_stats]},
   {mod,{appname_app,[]}},
   {env, [
   {httpd_global_handlers, [
   {_all_dbs, couch_httpd_misc_handlers, handle_all_dbs_req},
   ...},
   ...
   ]}
   ]}.`


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rnewson commented on issue #1602: Remove runtime configurability of core system components

2018-09-17 Thread GitBox
rnewson commented on issue #1602: Remove runtime configurability of core system 
components
URL: https://github.com/apache/couchdb/pull/1602#issuecomment-421988917
 
 
   I'm +1 on removing runtime configurability but would prefer that the 
configuration is expressed in the .app files of the respective erlang 
applications. This will allow package maintainers (etc) to more easily tweak at 
build time if necessary without introducing the runtime malleability that 
concerns us.


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:
us...@infra.apache.org


With regards,
Apache Git Services