Skip to content

Commit 7a636cf

Browse files
authored
Add documentation for search-bg-index-sleep-duration-us
Document the new parameter for background indexing sleep duration.
1 parent 8fe90d3 commit 7a636cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/develop/ai/search-and-query/administration/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Default: `100`
9999

100100
### search-bg-index-sleep-duration-us
101101

102+
Added in v8.2.
103+
102104
The sleep duration (in microseconds) used during background indexing. During background indexing (triggered by `FT.CREATE` on existing keys), Redis periodically sleeps to allow the main thread to process commands. This parameter controls how long each sleep lasts. Works in conjunction with [`search-bg-index-sleep-gap`](#search-bg-index-sleep-gap), which controls how many iterations occur between sleeps.
103105

104106
Type: integer

0 commit comments

Comments
 (0)