Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 0f3c662

Browse files
author
leo
authored
docs: fix exhaustive search page (#42146)
1 parent 5d3f0d6 commit 0f3c662

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/code_search/how-to/exhaustive.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ Over time the priority of a query is reduced. This is to ensure that we have the
1717
There are two sources of timeouts in a `count:all` query:
1818

1919
- A timeout in the HTTP load balancer in front of Sourcegraph (nginx/ELB/Cloudflare/etc). Your admin will likely need to increase timeouts for Sourcegraph endpoints. In particular the `.api/search/stream` path. This uses [SSE](https://en.wikipedia.org/wiki/Server-sent_events), so your reverse proxy may have specific support for these requests.
20-
- A maximum timeout enforced by Sourcegraph. Your admin may need to increase the site configuration value (default 60s) with the following setting:
20+
- A maximum timeout enforced by Sourcegraph. Your admin may need to increase the site configuration value (default 60s) with the following setting:
21+
2122
```json
2223
"search.limits": {
2324
"maxTimeoutSeconds": 60,
2425
},
25-
```
26+
```
2627

2728
### Large result sets
2829

0 commit comments

Comments
 (0)