Skip to content

Commit

Permalink
[DOCS] Addresses feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Aug 2, 2023
1 parent 6926c49 commit 1f85bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/eql/get/EqlGetRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export interface Request extends RequestBase {
*/
keep_alive?: Duration
/**
* Timeout duration to wait for the request to finish.
* @server_default no timeout
* Timeout duration to wait for the request to finish.
* Defaults to no timeout, meaning the request waits for complete search results.
*/
wait_for_completion_timeout?: Duration
}
Expand Down

0 comments on commit 1f85bcb

Please sign in to comment.