File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ datasources:
118118 externalCredentialsUrl : ...
119119 oauthScopes : api,read
120120 timeInterval : 1m
121- maxOpenConns : 0
122- maxIdleConns : 0
123- connMaxLifetime : 3600
124- connMaxIdleTime : 3600
125- retries : 3
126- retryBackoff : 1
127- maxRetryDuration : 60
128- timeout : 60
129- maxRows : 10000
121+ maxOpenConns : " 0 "
122+ maxIdleConns : " 0 "
123+ connMaxLifetime : " 3600"
124+ connMaxIdleTime : " 3600"
125+ retries : " 3 "
126+ retryBackoff : " 1 "
127+ maxRetryDuration : " 60 "
128+ timeout : " 60 "
129+ maxRows : " 10000"
130130 defaultQueryFormat : table | time_series
131131 defaultEditorMode : builder | code
132132 secureJsonData :
Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ datasources:
118118 externalCredentialsUrl : ...
119119 oauthScopes : api,read
120120 timeInterval : 1m
121- maxOpenConns : 0
122- maxIdleConns : 0
123- connMaxLifetime : 3600
124- connMaxIdleTime : 3600
125- retries : 3
126- retryBackoff : 1
127- maxRetryDuration : 60
128- timeout : 60
129- maxRows : 10000
121+ maxOpenConns : " 0 "
122+ maxIdleConns : " 0 "
123+ connMaxLifetime : " 3600"
124+ connMaxIdleTime : " 3600"
125+ retries : " 3 "
126+ retryBackoff : " 1 "
127+ maxRetryDuration : " 60 "
128+ timeout : " 60 "
129+ maxRows : " 10000"
130130 defaultQueryFormat : table | time_series
131131 defaultEditorMode : builder | code
132132 secureJsonData :
You can’t perform that action at this time.
0 commit comments