X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4242dbaf97616fdacd68a90c39f2336e5d147b43..51a2d85053b67b2bc842fa45ac8eb998f8585add:/config/settings.yml diff --git a/config/settings.yml b/config/settings.yml index 71819c402..51f4444c4 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -35,6 +35,14 @@ tracepoints_per_page: 5000 default_changeset_query_limit: 100 # Maximum limit on the number of changesets returned by the changeset query api method max_changeset_query_limit: 100 +# Default limit on the number of changeset comments returned by the api +default_changeset_comment_query_limit: 100 +# Maximum limit on the number of changesets comments returned by the api +max_changeset_comment_query_limit: 10000 +# Default limit on the number of changeset comments in feeds +default_changeset_comments_feed_query_limit: 100 +# Maximum limit on the number of changesets comments in feeds +max_changeset_comments_feed_query_limit: 10000 # Maximum number of nodes that will be returned by the api in a map request max_number_of_nodes: 50000 # Maximum number of nodes that can be in a way (checked on save) @@ -67,8 +75,8 @@ max_messages_per_hour: 60 default_message_query_limit: 100 # Maximum number of messages returned by inbox and outbox message api max_message_query_limit: 100 -# Rate limit for friending -max_friends_per_hour: 60 +# Rate limit for following +max_follows_per_hour: 60 # Rate limit for changeset comments min_changeset_comments_per_hour: 1 initial_changeset_comments_per_hour: 6