Skip to content

Commit 3fc0208

Browse files
authored
Fix region tag in SQL Server Sample (#3467)
1 parent 578ece4 commit 3fc0208

File tree

1 file changed

+1
-1
lines changed
  • cloud-sql/sql-server/sqlalchemy

1 file changed

+1
-1
lines changed

cloud-sql/sql-server/sqlalchemy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# new connection from the pool. After the specified amount of time, an
7070
# exception will be thrown.
7171
pool_timeout=30, # 30 seconds
72-
# [END cloud_sql_server_sqlalchemy_limit]
72+
# [END cloud_sql_server_sqlalchemy_timeout]
7373
# [START cloud_sql_server_sqlalchemy_lifetime]
7474
# 'pool_recycle' is the maximum number of seconds a connection can persist.
7575
# Connections that live longer than the specified amount of time will be

0 commit comments

Comments
 (0)