diff --git a/app/beauty_main.py b/app/beauty_main.py index 93a8a07..31e12d8 100644 --- a/app/beauty_main.py +++ b/app/beauty_main.py @@ -132,7 +132,7 @@ async def get_index_status(): async def domains( tld: str = Query(None), page: int = Query(1, ge=1), - limit: int = Query(100, ge=1, le=500), + limit: int = Query(100, ge=1, le=5000), live_only: bool = Query(False), alpha_only: bool = Query(False), no_sld: bool = Query(False),