We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9641133 commit 9f564feCopy full SHA for 9f564fe
server/src/main/java/org/elasticsearch/search/query/SearchTimeoutException.java
@@ -18,7 +18,7 @@
18
19
/**
20
* Specific instance of {@link SearchException} that indicates that a search timeout occurred.
21
- * Always returns http status 429.
+ * Always returns http status 504 (Gateway Timeout)
22
*/
23
public class SearchTimeoutException extends SearchException {
24
public SearchTimeoutException(SearchShardTarget shardTarget, String msg) {
0 commit comments