Skip to content

Commit

Permalink
fix: reduce metabase timeout to 120 secs (#4732)
Browse files Browse the repository at this point in the history
* fix: reduce metabase timeout to 60 secs

* increase to 120

---------

Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Apr 16, 2024
1 parent 46cf694 commit 693811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/backend-configs/metabase-backend-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spec:
enabled: true
oauthclientCredentials:
secretName: iap-creds
timeoutSec: 600
timeoutSec: 120

0 comments on commit 693811c

Please sign in to comment.