diff options
author | Loïc Hoguin <[email protected]> | 2021-02-28 18:53:36 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2021-02-28 18:53:36 +0100 |
commit | 3ef2cc93d0afe04f6baf267496736d8fd6945410 (patch) | |
tree | 075ea9c117182402529bc1f4608c7ddf72055fc9 /test | |
parent | 4a1d16242c6fa9865fd7499d301d90b9ca65d6b1 (diff) | |
download | ranch-test-internal_active_n-2.tar.gz ranch-test-internal_active_n-2.tar.bz2 ranch-test-internal_active_n-2.zip |
Set internal_active_n to 2test-internal_active_n-2
Diffstat (limited to 'test')
-rw-r--r-- | test/ranch_ct_hook.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ranch_ct_hook.erl b/test/ranch_ct_hook.erl index a8b6885..1b68f00 100644 --- a/test/ranch_ct_hook.erl +++ b/test/ranch_ct_hook.erl @@ -31,7 +31,7 @@ init(_, _) -> {_, {ok, "9.0"++_}} -> ok; {{win32, nt}, {ok, "9."++_}} -> - application:set_env(ssl, internal_active_n, 1); + application:set_env(ssl, internal_active_n, 2); _ -> ok end, |