Skip to content

Commit

Permalink
increase connection timeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDudas-Intuitial committed Nov 13, 2024
1 parent 0903780 commit 58a4403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/src/analytics/integrations/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_connection_parameters(config: DBSettings) -> dict[str, Any]:
"user": config.user,
"password": token,
"port": config.port,
"connect_timeout": 10,
"connect_timeout": 20,
"sslmode": config.ssl_mode,
}

Expand Down

0 comments on commit 58a4403

Please sign in to comment.