refactor: 修改默认数据库链接配置
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
singleServerConfig:
|
||||
address: "redis://localhost:6379"
|
||||
password: "Reids123.."
|
||||
username: "default"
|
||||
database: 1
|
||||
clientName: ""
|
||||
idleConnectionTimeout: 10000
|
||||
connectTimeout: 10000
|
||||
timeout: 3000
|
||||
retryAttempts: 3
|
||||
retryInterval: 1500
|
||||
subscriptionsPerConnection: 5
|
||||
sslEnableEndpointIdentification: true
|
||||
sslProvider: "JDK"
|
||||
pingConnectionInterval: 30000
|
||||
keepAlive: false
|
||||
tcpNoDelay: true
|
||||
subscriptionConnectionMinimumIdleSize: 1
|
||||
subscriptionConnectionPoolSize: 50
|
||||
connectionMinimumIdleSize: 1
|
||||
connectionPoolSize: 10
|
||||
dnsMonitoringInterval: 5000
|
||||
threads: 4
|
||||
nettyThreads: 8
|
||||
referenceEnabled: true
|
||||
lockWatchdogTimeout: 30000
|
||||
checkLockSyncedSlaves: true
|
||||
slavesSyncTimeout: 1000
|
||||
reliableTopicWatchdogTimeout: 600000
|
||||
keepPubSubOrder: true
|
||||
useScriptCache: false
|
||||
minCleanUpDelay: 5
|
||||
maxCleanUpDelay: 1800
|
||||
cleanUpKeysAmount: 100
|
||||
useThreadClassLoader: true
|
||||
lazyInitialization: false
|
Reference in New Issue
Block a user