We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e3297 commit 7457debCopy full SHA for 7457deb
1 file changed
go/internal/feast/onlinestore/redisonlinestore.go
@@ -383,6 +383,6 @@ func (r *RedisOnlineStore) GetDataModelType() OnlineStoreDataModel {
383
}
384
385
func (r *RedisOnlineStore) GetReadBatchSize() int {
386
- return -1 // No Batching
+ return r.ReadBatchSize
387
388
0 commit comments