We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf6859 commit 0a5bc0dCopy full SHA for 0a5bc0d
2 files changed
contrib/scrape-ec2-prices.py
@@ -31,7 +31,7 @@
31
32
# Buffer size for ijson.parse() function. Larger buffer size results in increased memory
33
# consumption, but faster parsing.
34
-IJSON_BUF_SIZE = 10 * 65536
+IJSON_BUF_SIZE = 30 * 65536
35
36
# same URL as the one used by scrape-ec2-sizes.py, now it has official data on pricing
37
URL = "https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/index.json"
0 commit comments