Merge branch '9783-cwl-error-invalid-dir' closes #9783
[arvados.git] / services / api / config / application.default.yml
index 0e005dcb175aba501a27d37facb4968bbed5be02..ed3b517757ac8256f747025a55017fbb313eef4b 100644 (file)
@@ -80,10 +80,6 @@ common:
   # active.
   websocket_max_filters: 10
 
-  # When using multithreaded websocket server, set the size of the database
-  # connection pool.
-  websocket_db_pool: 50
-
   # Git repositories must be readable by api server, or you won't be
   # able to submit crunch jobs. To pass the test suites, put a clone
   # of the arvados tree in {git_repositories_dir}/arvados.git or
@@ -247,6 +243,14 @@ common:
   # silenced by throttling are not counted against this total.
   crunch_limit_log_bytes_per_job: 67108864
 
+  # Attributes to suppress in events and audit logs.  Notably,
+  # specifying ["manifest_text"] here typically makes the database
+  # smaller and faster.
+  #
+  # Warning: Using any non-empty value here can have undesirable side
+  # effects for any client or component that relies on event logs.
+  # Use at your own risk.
+  unlogged_attributes: []
 
   ###
   ### Crunch, DNS & compute node management