FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit dea989d1 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

configuration-example.yml: add documentation on batch size [CR]

Clarify in documentation that there is a maximum API batch size of 1000.
parent 07ec5eeb
No related branches found
No related tags found
1 merge request!2allow configuration of API batch size and inter-batch delay
Pipeline #2320 passed with warnings
...@@ -15,7 +15,8 @@ sync: ...@@ -15,7 +15,8 @@ sync:
inter_batch_delay: 5 inter_batch_delay: 5
# Batch size for Google API calls. Google supports batching requests together # Batch size for Google API calls. Google supports batching requests together
# into one API call. Default: 50. # into one API call. This can be no greater than 1000 but in practice this
# should be less to avoid hitting other Google rate limits. Default: 50.
batch_size: 50 batch_size: 50
# Configure limits defining maximum scope of changes. # Configure limits defining maximum scope of changes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment