Skip to content

Commit

Permalink
Увеличение лимита максимального кол-ва сущностей в запросе до 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlov committed May 30, 2024
1 parent e0cfc59 commit 41ff402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Specs/QuerySpecs/QuerySpecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class QuerySpecs extends AbstractSpecs {
protected static $cachedDefaultSpecs = null;
const MAX_LIST_LIMIT = 100;
const MAX_LIST_LIMIT = 1000;

/**
* Get possible variables for spec, will be sent as query string
Expand Down

0 comments on commit 41ff402

Please sign in to comment.