X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a50278e3d0e26bb5d513d0af5da2fb559b112388..c980683a243903babe9cc09cabc71e1c6229fef1:/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