1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Decrease resolve quota

This commit is contained in:
Maksym Pavlenko
2019-04-14 17:48:54 -07:00
parent 05ed843e91
commit 960faf9676

View File

@ -4,7 +4,7 @@ import boto3
from datetime import datetime, time
from dateutil.relativedelta import relativedelta
ANONYMOUS_FEED_REQUESTS_LIMIT = 10000
ANONYMOUS_FEED_REQUESTS_LIMIT = 1000
class InvalidUsage(Exception):