Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Use NIF ex_dtls implementation (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblaszkow06 committed Jun 7, 2023
1 parent 355aecd commit a90b7be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ config :membrane_videoroom_demo, VideoRoomWeb.Endpoint, pubsub_server: VideoRoom

config :membrane_videoroom_demo, version: System.get_env("VERSION", "unknown")

config :ex_dtls, impl: :nif

config :logger,
compile_time_purge_matching: [
[level_lower_than: :info],
Expand Down

0 comments on commit a90b7be

Please sign in to comment.