20690: Sets nginx snippets on its own pillar sls file.
[arvados.git] / tools / salt-install / config_examples / multi_host / aws / pillars / arvados.sls
index af4734d12c680ceb1e918413f37e42c3dae2ee72..177e60cb74761aa8c85a02d587780a373621fe39 100644 (file)
@@ -105,7 +105,6 @@ arvados:
     ### KEYS
     secrets:
       blob_signing_key: __BLOB_SIGNING_KEY__
-      workbench_secret_key: __WORKBENCH_SECRET_KEY__
 
     Login:
       Test:
@@ -117,7 +116,8 @@ arvados:
 
     ### API
     API:
-      MaxConcurrentRequests: {{ max_workers * 2 }}
+      MaxConcurrentRailsRequests: {{ max_workers * 2 }}
+      MaxConcurrentRequests: {{ max_reqs }}
       MaxQueuedRequests: {{ max_reqs }}
 
     ### CONTAINERS
@@ -153,7 +153,7 @@ arvados:
           IAMRole: __KEEP_AWS_IAM_ROLE__
           Region: __KEEP_AWS_REGION__
           # IMPORTANT: The default value for PrefixLength is 0, and should not
-          # be changed once the cluster is in use. For new installations it's
+          # be changed once the volume is in use. For new installations it's
           # recommended to set it to 3 for better performance.
           # See: https://doc.arvados.org/install/configure-s3-object-storage.html
           PrefixLength: 3