mirror of
https://github.com/actiontech/dble.git
synced 2026-04-28 18:20:43 -05:00
fix parameter default value inner 2069
fix
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
-DmaxPacketSize=4194304
|
||||
-DtxIsolation=3
|
||||
-Dautocommit=1
|
||||
-DidleTimeout=60000
|
||||
-DidleTimeout=600000
|
||||
|
||||
# option
|
||||
-DuseCompression=0
|
||||
@@ -146,7 +146,7 @@
|
||||
# XA Retry count, retry times in backend, 0 means always retry until success
|
||||
-DxaRetryCount=0
|
||||
|
||||
-DviewPersistenceConfBaseDir=viewPath
|
||||
-DviewPersistenceConfBaseDir=viewConf
|
||||
-DviewPersistenceConfBaseName=viewJson
|
||||
|
||||
# for join tmp results
|
||||
@@ -202,6 +202,8 @@
|
||||
-DtableByUserByEntryTableSize=1024
|
||||
# processing queue size must not be less than 1 and must be a power of 2
|
||||
-DstatisticQueueSize=4096
|
||||
-DsamplingRate=0
|
||||
-DsqlLogTableSize=1024
|
||||
|
||||
-DinSubQueryTransformToJoin=false
|
||||
#For rwSplitUser, Implement stickiness for read and write instances, the default value is 1000ms
|
||||
@@ -220,6 +222,10 @@
|
||||
#-DgmsslOcaPem=
|
||||
#-DsupportSSL=
|
||||
|
||||
#local read
|
||||
#-Ddistrict=
|
||||
#-DdataCenter=
|
||||
|
||||
-DenableAsyncRelease=1
|
||||
-DreleaseTimeout=10
|
||||
-DenableSessionActiveRatioStat=1
|
||||
|
||||
Reference in New Issue
Block a user