Skip to content

Commit 9f564fe

Browse files
committed
revert javadoc too
1 parent 9641133 commit 9f564fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/query/SearchTimeoutException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Specific instance of {@link SearchException} that indicates that a search timeout occurred.
21-
* Always returns http status 429.
21+
* Always returns http status 504 (Gateway Timeout)
2222
*/
2323
public class SearchTimeoutException extends SearchException {
2424
public SearchTimeoutException(SearchShardTarget shardTarget, String msg) {

0 commit comments

Comments
 (0)