Lines Matching full:limit

18 It is usually desirable to limit the server resources that can be
20 a size limit, which can restrict the {{number}} of entries that a
21 client can retrieve in a single operation, and a time limit
23 Both types of limit can be given different values depending on who
30 default limit value. Hard limits cannot be exceeded by ordinary
37 If the client specifies a limit then the lower of the requested value
38 and the {{hard limit}} will become the limit for the operation.
40 If the client does not specify a limit then the server applies the
41 {{soft limit}}.
47 the limit has been exceeded: this feature is useful to clients that
76 Thus, to set a soft sizelimit of 10 entries and a hard limit of 75 entries:
88 The {{unchecked}} keyword sets a limit on how many entries the server
90 matches. If the set of candidates exceeds this limit, the search is aborted.
104 the hard size limit is used by default, because the request for a specific
106 of entries to be returned. However, the size limit applies to the total
111 The {{EX:size.pr}} limit controls the maximum page size:
118 {{EX:unlimited}} indicates that no limit is applied to the maximum
121 The {{EX:size.prtotal}} limit controls the total number of entries
122 that can be returned by a paged search. By default the limit is the
123 same as the normal {{EX:size.hard}} limit.
127 {{EX:unlimited}} removes the limit on the number of entries that can be
144 > limits <selector> <limit> [<limit> [...]]
188 The value {{unlimited}} may be used to remove the hard time limit entirely,
195 The syntax for size limit is
206 H2: Example Limit Configurations
212 50 results and sets an overall time limit of 10 seconds.
219 It is sometimes useful to limit the size of result sets but to allow
220 clients to request a higher limit where needed. This can be achieved
226 add the {{unchecked}} limit: