We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc67776 commit 8b7b1daCopy full SHA for 8b7b1da
src/quicer_app.erl
@@ -22,7 +22,7 @@
22
23
start(_StartType, _StartArgs) ->
24
quicer:open_lib(),
25
- quicer:reg_open(),
+ quicer:reg_open(application:get_env(quicer, profile, quic_execution_profile_low_latency)),
26
quicer_sup:start_link().
27
28
stop(_) ->
0 commit comments