记得上下班打卡 | git大法好,push需谨慎

Commit f67e2a9e authored by anjiabin's avatar anjiabin

注释掉mongo事物

parent 3fcb8be3
...@@ -2,8 +2,8 @@ server: ...@@ -2,8 +2,8 @@ server:
port: ${liquidnet.info.port} port: ${liquidnet.info.port}
tomcat: tomcat:
uri-encoding: UTF-8 uri-encoding: UTF-8
maxThreads: 2000 #默认200 maxThreads: 5000 #默认200
minSpareThreads: 200 #默认10 minSpareThreads: 2000 #默认10
maxConnections: 20000 #默认10000 maxConnections: 20000 #默认10000
acceptCount: 5000 #默认100 acceptCount: 5000 #默认100
processorCache: -1 #默认200 processorCache: -1 #默认200
...@@ -104,9 +104,9 @@ ribbon: ...@@ -104,9 +104,9 @@ ribbon:
eureka: eureka:
enabled: true # 为Ribbon禁用Eureka enabled: true # 为Ribbon禁用Eureka
ReadTimeout: 15000 ReadTimeout: 15000
SocketTimeout: 15000 ConnectTimeout: 15000
MaxAutoRetries: 0 MaxAutoRetries: 1
MaxAutoRetriesNextServer: 0 MaxAutoRetriesNextServer: 1
MaxConnectionsPerHost: 5000 MaxConnectionsPerHost: 5000
MaxTotalConnections: 25000 MaxTotalConnections: 25000
#liquidnet-service-sequence: #liquidnet-service-sequence:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment