mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(portal): Increase websocket api timeout to 307 seconds (#4489)
This commit is contained in:
@@ -8,6 +8,7 @@ defmodule API.Sockets do
|
||||
def options do
|
||||
[
|
||||
websocket: [
|
||||
timeout: :timer.seconds(307),
|
||||
transport_log: :debug,
|
||||
check_origin: :conn,
|
||||
connect_info: [:trace_context_headers, :user_agent, :peer_data, :x_headers],
|
||||
|
||||
Reference in New Issue
Block a user