diff options
Diffstat (limited to 'config/general.yml-example')
-rw-r--r-- | config/general.yml-example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 2bead2021..2b68721a5 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -243,3 +243,9 @@ SHARED_DIRECTORIES: - lib/acts_as_xapian/xapiandbs/ - vendor/bundle - public/assets + +# Allow some users to make batch requests to multiple authorities. Once +# this is set to true, you can enable batch requests for an individual +# user via the user admin page. + +ALLOW_BATCH_REQUESTS: false |