Class: EpoOps::Limits
- Inherits:
-
Object
- Object
- EpoOps::Limits
- Defined in:
- lib/epo_ops/limits.rb
Overview
The register search is limited by some parameters. With one query one may only request as many as MAX_QUERY_INTERVAL references at once. Considering this, you have to split your requests by this interval. Nevertheless, the maximum value you may use is MAX_QUERY_RANGE. If you want to retrieve more references you must split by other parameters.
Constant Summary collapse
- MAX_QUERY_RANGE =
Returns The range in which you can search is limited, say you cannot request all patents of a given class at once, you probably must split your requests by additional conditions.
2000
- MAX_QUERY_INTERVAL =
Returns The maximum number of elements you may search with one query. Ignoring this will result in errors.
100