fix(api): adjust the maximum limit of page query to 10,000
This commit is contained in:
parent
7f57ec47d5
commit
d1234e3f75
|
@ -83,7 +83,7 @@
|
|||
|
||||
-define(SPECIAL_LANG_MSGID, <<"$msgid">>).
|
||||
|
||||
-define(MAX_ROW_LIMIT, 1000).
|
||||
-define(MAX_ROW_LIMIT, 10000).
|
||||
-define(DEFAULT_ROW, 100).
|
||||
|
||||
-type request() :: #{bindings => map(), query_string => map(), body => map()}.
|
||||
|
|
Loading…
Reference in New Issue