Skip to content

Commit b9c3d45

Browse files
committed
Increase maxLimit for development server to 500.
1 parent 4cd019e commit b9c3d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function cors() {
4545
$module = $modules->get('ProcessGraphQL');
4646
$module->legalTemplates = ['skyscrapers', 'skyscraper', 'architects', 'architect', 'cities', 'city', 'list-all'];
4747
$module->legalFields = ['abbreviation', 'architects', 'body', 'born', 'email', 'featured', 'floors', 'freebase_guid', 'height', 'images', 'map', 'options', 'options_single', 'resume', 'selected', 'skyscrapers', 'sponsor', 'title', 'wikipedia_id', 'year', 'slides'];
48-
48+
$module->maxLimit = 500;
4949

5050
cors();
5151
$res = $module->executeGraphQL();

0 commit comments

Comments
 (0)