search
search copied to clipboard
64 customize deadline
This PR adds support for customizing the default RPC deadline passed to the underlying search API which currently appears to default to 10 seconds, which can be kinda low for very large queries.
This can be set in two ways:
- Passing
deadline
as a keyword argument to theIndex
class constructor - Via the
SEARCH_RPC_DEADLINE
setting in a Django project.
Fixes #64