Browse code

Merge "Fix the amount of workers spawned for non proxies"

Jenkins authored on 2013/12/13 04:29:12
Showing 1 changed files
... ...
@@ -378,6 +378,9 @@ EOF
378 378
         iniuncomment ${swift_node_config} DEFAULT log_facility
379 379
         iniset ${swift_node_config} DEFAULT log_facility LOG_LOCAL${log_facility}
380 380
 
381
+        iniuncomment ${SWIFT_CONFIG_PROXY_SERVER} DEFAULT workers
382
+        iniset ${SWIFT_CONFIG_PROXY_SERVER} DEFAULT workers 1
383
+
381 384
         iniuncomment ${swift_node_config} DEFAULT disable_fallocate
382 385
         iniset ${swift_node_config} DEFAULT disable_fallocate true
383 386