Skip to content

Commit d7b9aad

Browse files
committed
no search idle in serverless
1 parent 73f9818 commit d7b9aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/indices/refresh/IndicesRefreshRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { ExpandWildcards, Indices } from '@_types/common'
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.
3030
*
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.
3232
*
3333
* Refresh requests are synchronous and do not return a response until the refresh operation completes.
3434
*

0 commit comments

Comments
 (0)