X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2e92762444af21749e1ef232aecb6eeb98b312cd..c980683a243903babe9cc09cabc71e1c6229fef1:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 51bc4f98f3..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. @@ -326,10 +332,13 @@ common: default_openid_prefix: https://www.google.com/accounts/o8/id - # source_version - source_version: "<%= `git log -n 1 --format=%h`.strip %>" - local_modified: false + # Override the automatic version string. With the default value of + # false, the version string is read from git-commit.version in + # Rails.root (included in vendor packages) or determined by invoking + # "git log". + source_version: false + crunch_log_partial_line_throttle_period: 5 development: force_ssl: false @@ -345,7 +354,6 @@ development: active_record.auto_explain_threshold_in_seconds: 0.5 assets.compress: false assets.debug: true - local_modified: "<%= '-modified' if `git status -s` != '' %>" production: force_ssl: true