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
* Yield to Redis after a certain number of operations during indexing.
397
400
* This helps keep Redis responsive during long indexing operations.
398
401
* @param ctx The Redis context
399
-
* @param numOps Tue number of operations to count in the counter before considering RSGlobalConfig.indexerYieldEveryOpsWhileLoading. These are related to the number of fields in the document
400
-
* @param flags The flags to pass to RedisModule_Yield
Copy file name to clipboardExpand all lines: src/indexer.h
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,7 @@ int IndexerBulkAdd(RSAddDocumentCtx *cur, RedisSearchCtx *sctx,
88
88
* Yield to Redis after a certain number of operations during indexing while loading.
89
89
* This helps keep Redis responsive during long indexing operations.
90
90
* @param ctx The Redis context
91
-
* @param numOps Tue number of operations to count in the counter before considering RSGlobalConfig.indexerYieldEveryOpsWhileLoading. These are related to the number of fields in the document
92
-
* @param flags The flags to pass to RedisModule_Yield
0 commit comments