Skip to content

Commit

Permalink
Set websockets frame limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeshe committed Nov 21, 2023
1 parent 95b1ecf commit 2d482db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ if config_env() == :prod do
url: [host: host, port: url_port, scheme: url_scheme],
secret_key_base: secret_key_base,
check_origin: origins,
protocol_options: [max_frame_size: 255_000_000],
server: true

# ## Using releases
Expand Down

0 comments on commit 2d482db

Please sign in to comment.