From 70b90018c3fd1e812f09229c08bb6237726b091d Mon Sep 17 00:00:00 2001 From: Chris Henson Date: Sat, 12 Dec 2015 15:00:27 -0500 Subject: [PATCH] 0002468: Set push.thread.per.server.count to 1. It should not have been bumped up to 100 in 2.7.22 --- symmetric-core/src/main/resources/symmetric-default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symmetric-core/src/main/resources/symmetric-default.properties b/symmetric-core/src/main/resources/symmetric-default.properties index c79f478102..9cbf864a67 100644 --- a/symmetric-core/src/main/resources/symmetric-default.properties +++ b/symmetric-core/src/main/resources/symmetric-default.properties @@ -807,7 +807,7 @@ pull.lock.timeout.ms=7200000 # # DatabaseOverridable: true # Tags: jobs -push.thread.per.server.count=100 +push.thread.per.server.count=1 # The amount of time a single push worker node_communication lock will timeout after. #