diff --git a/src/routes/api.py b/src/routes/api.py index b28fcd4..02b52dc 100644 --- a/src/routes/api.py +++ b/src/routes/api.py @@ -73,7 +73,7 @@ async def all_ips( ): db = get_db() page = max(1, page) - page_size = min(max(1, page_size), 100) + page_size = min(max(1, page_size), 10000) try: result = db.get_all_ips_paginated(