21124: Add separate MaxConcurrentRailsRequests config.
[arvados.git] / lib / config / config.default.yml
index 32727b1bce78226ac34e27d3eb9791c173a34cbc..c5a164e7906902259841aae6f39bef5a0e77db50 100644 (file)
@@ -225,7 +225,11 @@ Clusters:
 
       # Maximum number of concurrent requests to process concurrently
       # in a single service process, or 0 for no limit.
-      MaxConcurrentRequests: 8
+      MaxConcurrentRequests: 64
+
+      # Maximum number of concurrent requests to process concurrently
+      # in a single RailsAPI service process, or 0 for no limit.
+      MaxConcurrentRailsRequests: 8
 
       # Maximum number of incoming requests to hold in a priority
       # queue waiting for one of the MaxConcurrentRequests slots to be