Skip to content

Commit 8b7b1da

Browse files
committed
fix: default exec profile from application env
1 parent dc67776 commit 8b7b1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quicer_app.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
start(_StartType, _StartArgs) ->
2424
quicer:open_lib(),
25-
quicer:reg_open(),
25+
quicer:reg_open(application:get_env(quicer, profile, quic_execution_profile_low_latency)),
2626
quicer_sup:start_link().
2727

2828
stop(_) ->

0 commit comments

Comments
 (0)