Skip to content

Commit 49a1e2a

Browse files
committed
bump rate limit for api
1 parent 2ce2442 commit 49a1e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydotorg/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
),
310310
'DEFAULT_THROTTLE_RATES': {
311311
'anon': '100/day',
312-
'user': '1000/day',
312+
'user': '3000/day',
313313
},
314314
}
315315

0 commit comments

Comments
 (0)