You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/indices/refresh/IndicesRefreshRequest.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ import { ExpandWildcards, Indices } from '@_types/common'
28
28
* 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.
29
29
* You can change this default interval with the `index.refresh_interval` setting.
30
30
*
31
-
* In Elastic Cloud Serverless, the default refresh interval is 5 seconds.
31
+
* In Elastic Cloud Serverless, the default refresh interval is 5 seconds across all indices.
32
32
*
33
33
* Refresh requests are synchronous and do not return a response until the refresh operation completes.
0 commit comments