Commit ee82eda6 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'increase-bulk-indexer-batch-sizes' into 'master'

Increase ProcessBookkeepingService batch to 10_000

See merge request gitlab-org/gitlab!30817
parents 6602c4bd 57c065f8
......@@ -4,7 +4,7 @@ module Elastic
class ProcessBookkeepingService
REDIS_SET_KEY = 'elastic:incremental:updates:0:zset'
REDIS_SCORE_KEY = 'elastic:incremental:updates:0:score'
LIMIT = 1000
LIMIT = 10_000
class << self
# Add some records to the processing queue. Items must be serializable to
......
---
title: Increase ProcessBookkeepingService batch to 10_000
merge_request: 30817
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment