Changes between Version 2 and Version 3 of net.sf.basedb.varsearch/using
- Timestamp:
- May 25, 2021, 11:37:24 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net.sf.basedb.varsearch/using
v2 v3 85 85 * `af:`: Allele frequency of the alternate allele. 86 86 87 == Timeouts == 88 89 The query against the Lucene database has a default timeout of 30 seconds. If complete results and information about the variants can't be loaded in that timeout the query will stop and only the results that have been gathered so far are used when matching against raw bioassays. A message is displayed in the column header: 90 91 {{{ 92 The query did not finish within 30 seconds. Showing results based on 4.3M hits 93 out of 56.1M total hits. 94 }}} 95 96 It is possible to change the timeout by appending `/TT` to the query string, where `TT` is the desired timeout. For example: `chr1/120` will increase the timeout to 120 seconds when searching for all variants in chromosome 1. The timeout is not allowed to be longer than 600 seconds.