mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
fetch_trackers: allow up to 100 ids.
This commit is contained in:
@@ -130,7 +130,7 @@ def fetch_trackers():
|
||||
jsonp_callback = request.args['callback']
|
||||
ids = request.args.getlist('ids[]')
|
||||
|
||||
if len(ids) > 32:
|
||||
if len(ids) > 100:
|
||||
abort(400)
|
||||
|
||||
hashed = {}
|
||||
|
||||
Reference in New Issue
Block a user