update limit to 1000

This commit is contained in:
irfan-dahir 2018-04-30 03:56:01 +05:00
parent 2d6a3c807f
commit b4f3781256

View File

@ -8,7 +8,7 @@ class MetaLiteController extends Controller
private const VALID_REQUESTS = ['status', 'requests'];
private const VALID_TYPE = ['anime', 'manga', 'character', 'people', 'person', 'search', 'top', 'season'];
private const VALID_PERIOD = ['today', 'weekly', 'monthly'];
private const LIMIT = 10;
private const LIMIT = 1000;
private $request;
private $type;