Skip to content

Commit 3866640

Browse files
author
Shunichi Shinohara
committed
Enable kernel poll by default
1 parent b2c8f4b commit 3866640

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

rebar.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@
3434

3535
{escript_incl_apps, [lager, getopt, bear, folsom, ibrowse, riakc, mochiweb, protobuffs, velvet]}.
3636

37-
%% Uncomment to use the Java client bench driver
38-
%% {escript_emu_args, "%%! -name bb@127.0.0.1 -setcookie YOUR_ERLANG_COOKIE\n"}.
37+
{escript_emu_args, "%%! +K true\n"}.
38+
%% Use this for the Java client bench driver
39+
%% {escript_emu_args, "%%! +K true -name bb@127.0.0.1 -setcookie YOUR_ERLANG_COOKIE\n"}.

0 commit comments

Comments
 (0)