mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 05:22:57 +01:00
Documented MaxPageSize (#9)
This commit is contained in:
parent
c324b1eb65
commit
dfe3e9aabe
@ -110,7 +110,8 @@ Then you can add the configuration:
|
||||
{
|
||||
"Sieve": {
|
||||
"CaseSensitive": `boolean: should property names be case-sensitive? Defaults to false`,
|
||||
"DefaultPageSize": `number: optional number to fallback to when no page argument is given. Set <=0 to disable paging if no pageSize is specified (default).`,
|
||||
"DefaultPageSize": `int number: optional number to fallback to when no page argument is given. Set <=0 to disable paging if no pageSize is specified (default).`,
|
||||
"MaxPageSize": `int number: maximum allowed page size. Set <0 to make infinite (default)`,
|
||||
"ThrowExceptions": `boolean: should Sieve throw exceptions instead of silently failing? Defaults to false`
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user