Skip to content

Commit 691d1d1

Browse files
committed
fix parameter default value inner 2069
fix
1 parent 73d13ce commit 691d1d1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/main/resources/bootstrap_template.cnf

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
-DmaxPacketSize=4194304
6565
-DtxIsolation=3
6666
-Dautocommit=1
67-
-DidleTimeout=60000
67+
-DidleTimeout=600000
6868

6969
# option
7070
-DuseCompression=0
@@ -146,7 +146,7 @@
146146
# XA Retry count, retry times in backend, 0 means always retry until success
147147
-DxaRetryCount=0
148148

149-
-DviewPersistenceConfBaseDir=viewPath
149+
-DviewPersistenceConfBaseDir=viewConf
150150
-DviewPersistenceConfBaseName=viewJson
151151

152152
# for join tmp results
@@ -202,6 +202,8 @@
202202
-DtableByUserByEntryTableSize=1024
203203
# processing queue size must not be less than 1 and must be a power of 2
204204
-DstatisticQueueSize=4096
205+
-DsamplingRate=0
206+
-DsqlLogTableSize=1024
205207

206208
-DinSubQueryTransformToJoin=false
207209
#For rwSplitUser, Implement stickiness for read and write instances, the default value is 1000ms
@@ -220,6 +222,10 @@
220222
#-DgmsslOcaPem=
221223
#-DsupportSSL=
222224

225+
#local read
226+
#-Ddistrict=
227+
#-DdataCenter=
228+
223229
-DenableAsyncRelease=1
224230
-DreleaseTimeout=10
225231
-DenableSessionActiveRatioStat=1

0 commit comments

Comments
 (0)