summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2019-02-04 16:10:37 -0500
committerFred Hebert <mononcqc@ferd.ca>2019-02-04 16:16:13 -0500
commite3c3c0ba04d76ee5c660d1eafb5a65a82755498a (patch)
treeae94c9162521746cecddd71b16b36915cb87386d /README.md
parent38e1964101906aa79e6d839d9a43dabcb1ddb0b5 (diff)
Support setting shell hot code loading blacklists
by default, all apps except internal rebar3 ones can be blacklisted. Some months ago, someone added support for configurable lists within rebar3 itself using the .app env. This PR re-exports that functionality from the rebar.config file, so that one can set something like: {shell, [ {app_reload_blacklist, [cowboy, ranch]} ]}. Which will allow to prevent applications that often crash when being reloaded from doing so. For example, cowboy and ranch processes can be stuck in an accept call for multiple reloads in dev, which ends up causing large failures.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions