chore(portal): Increase websocket api timeout to 307 seconds (#4489)

This commit is contained in:
Andrew Dryga
2024-04-03 17:24:07 -06:00
committed by GitHub
parent 83e8c178e9
commit f29bf5010b

View File

@@ -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],