Skip to content

Commit

Permalink
Merge pull request #829 from biothings/ngd-timeout
Browse files Browse the repository at this point in the history
Document NGD timeout variable
  • Loading branch information
tokebe authored Jul 19, 2024
2 parents 59091a6 + 1e91d9a commit 6202cd4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ Several environment variables are supported for various purposes, listed below:

**Description:** Maximum number of records allowable in a single query execution, after which the query will be terminated.

#### `NGD_TIMEOUT_MS`

**Default:** `10000`

**Docker Default:** `10000`

**Description:** Timeout used for the NGD scoring process of results.

#### `NODE_ENV`

**Default:** `development`
Expand Down Expand Up @@ -204,4 +212,4 @@ Several environment variables are supported for various purposes, listed below:

**Docker Default:** `true`

**Description:** Run all TRAPI requests in queued thread pools.
**Description:** Run all TRAPI requests in queued thread pools.

0 comments on commit 6202cd4

Please sign in to comment.