search icon indicating copy to clipboard operation
search copied to clipboard

64 customize deadline

Open sleepyjames opened this issue 6 years ago • 0 comments

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 the Index class constructor
  • Via the SEARCH_RPC_DEADLINE setting in a Django project.

Fixes #64

sleepyjames avatar Apr 26 '18 21:04 sleepyjames