mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(portal): bump auth constant time to 2s (#5668)
Fixes https://console.cloud.google.com/monitoring/alerting/incidents/0.nes28ktmvdk8?channelType=slack&project=firezone-prod ``` elapsed_time: 1300 ```
This commit is contained in:
@@ -138,7 +138,7 @@ defmodule Web.AuthController do
|
||||
})
|
||||
end
|
||||
end,
|
||||
1000
|
||||
2000
|
||||
)
|
||||
|
||||
put_auth_state(conn, provider.id, {fragment, provider_identifier, redirect_params})
|
||||
|
||||
Reference in New Issue
Block a user