Merge branch 'master' into 9372-container-display
[arvados.git] / apps / workbench / config / application.default.yml
index 239ffcd225da24a0c444851c16e2484c1293ba96..5400debbfdaf55e1f64c004adf70f98ca4037cb1 100644 (file)
@@ -272,3 +272,7 @@ common:
   #
   # The default setting (false) is appropriate for a multi-user site.
   trust_all_content: false
+
+  # Maximum number of historic log records of a running job to fetch
+  # and display in the Log tab, while subscribing to web sockets.
+  running_job_log_records_to_fetch: 2000