diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-05-08 18:16:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-08 18:16:05 -0400 |
commit | 2e0f28f07f4b58757a813704bdfeb3c4f92d50f1 (patch) | |
tree | d6a095081f8c4972961ff7866e7f742d1eeb9f24 /rebar.config | |
parent | 59a99a704fd22eb1e5b451fbe2d97ae7a6e29d9d (diff) | |
parent | c5ae9f3fed035d2ef8f072da53647c212f92db8b (diff) |
Merge pull request #1782 from velimir0xff/start-1-async-tread
start at least one async thread in async thread poll
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index d0b2e44..5d57c04 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ ]}. {escript_name, rebar3}. -{escript_emu_args, "%%! +sbtu +A0\n"}. +{escript_emu_args, "%%! +sbtu +A1\n"}. %% escript_incl_extra is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. {escript_incl_extra, [{"relx/priv/templates/*", "_build/default/lib/"}, @@ -78,4 +78,3 @@ {add, relx, [{erl_opts, [no_debug_info]}]}]} ]} ]}. - |