Skip to content

Commit f350184

Browse files
asyncio: increase default concurrent request (meraki#159)
Pushes asyncio's maximum concurrent requests from 3 to 8. Please note additional concurrency rate limit information here: https://developer.cisco.com/meraki/api-v1/#!rate-limit
1 parent 0c7efe3 commit f350184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meraki/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
SIMULATE_API_CALLS = False
5353

5454
# Number of concurrent API requests for asynchronous class
55-
AIO_MAXIMUM_CONCURRENT_REQUESTS = 3
55+
AIO_MAXIMUM_CONCURRENT_REQUESTS = 8
5656

5757
# Optional partner identifier for API usage tracking; can also be set as an environment variable BE_GEO_ID
5858
BE_GEO_ID = ''

0 commit comments

Comments
 (0)