Merge branch '4232-slow-pipes-n-jobs' closes #4232
[arvados.git] / services / api / config / application.default.yml
index 2d62e40f034a6bcbaca3697768d9ca7e48246ad4..1e8d79fcd679d1f4cb6b82ac61e55a519484314d 100644 (file)
@@ -244,4 +244,8 @@ common:
   # Permit insecure (OpenSSL::SSL::VERIFY_NONE) connections to the Single Sign
   # On (sso) server.  Should only be enabled during development when the SSO
   # server is using a self-signed cert.
-  sso_insecure: false
\ No newline at end of file
+  sso_insecure: false
+
+  # Default replication level for collections. This is used when a
+  # collection's replication_desired attribute is nil.
+  default_collection_replication: 2