mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 11:59:15 +08:00
优化链接
This commit is contained in:
@@ -126,7 +126,7 @@ if not IS_SQLITE:
|
||||
'connect_timeout': 20,
|
||||
'read_timeout': 60,
|
||||
'write_timeout': 60,
|
||||
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
|
||||
'init_command': "SET sql_mode='STRICT_TRANS_TABLES', wait_timeout=300",
|
||||
'isolation_level': 'READ COMMITTED',
|
||||
'autocommit': True,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user