Skip to content

Commit 30eed9e

Browse files
committed
add serverless refresh interval
1 parent b1b6f76 commit 30eed9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/indices/refresh/IndicesRefreshRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ import { ExpandWildcards, Indices } from '@_types/common'
2727
*
2828
* By default, Elasticsearch periodically refreshes indices every second, but only on indices that have received one search request or more in the last 30 seconds.
2929
* You can change this default interval with the `index.refresh_interval` setting.
30+
*
31+
* In Elastic Cloud Serverless, the default refresh interval is 5 seconds.
3032
*
3133
* Refresh requests are synchronous and do not return a response until the refresh operation completes.
3234
*

0 commit comments

Comments
 (0)