We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578ece4 commit 3fc0208Copy full SHA for 3fc0208
cloud-sql/sql-server/sqlalchemy/main.py
@@ -69,7 +69,7 @@
69
# new connection from the pool. After the specified amount of time, an
70
# exception will be thrown.
71
pool_timeout=30, # 30 seconds
72
- # [END cloud_sql_server_sqlalchemy_limit]
+ # [END cloud_sql_server_sqlalchemy_timeout]
73
# [START cloud_sql_server_sqlalchemy_lifetime]
74
# 'pool_recycle' is the maximum number of seconds a connection can persist.
75
# Connections that live longer than the specified amount of time will be
0 commit comments