X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1d73ebb1fb2f2f50144de4f74b3aa77616a5d4f2..88c382d13b3d6e6f3b03ba0d5139ad9552c3c359:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 8777f28a86..66916836c2 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -188,6 +188,12 @@ common: # for other data types. max_index_database_read: 134217728 + # Maximum number of items to return when responding to a APIs that + # can return partial result sets using limit and offset parameters + # (e.g., *.index, groups.contents). If a request specifies a "limit" + # parameter higher than this value, this value is used instead. + max_items_per_response: 1000 + # When you run the db:delete_old_job_logs task, it will find jobs that # have been finished for at least this many seconds, and delete their # stderr logs from the logs table. @@ -332,6 +338,7 @@ common: # "git log". source_version: false + crunch_log_partial_line_throttle_period: 5 development: force_ssl: false