Browse Source

Increase batch size of index backfilling (#56081)

Arpad Borsos 1 year ago
parent
commit
010701aa46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/debug_files/artifact_bundle_indexing.py

+ 1 - 1
src/sentry/debug_files/artifact_bundle_indexing.py

@@ -26,7 +26,7 @@ from sentry.utils.db import atomic_transaction
 logger = logging.getLogger(__name__)
 
 # The number of indexes to update with one execution of `backfill_artifact_index_updates`.
-BACKFILL_BATCH_SIZE = 10
+BACKFILL_BATCH_SIZE = 20
 
 # The TTL of the cache containing information about a specific flat file index. The TTL is set to 1 hour, since
 # we know that the cache will be invalidated in case of flat file index updates, thus it is mostly to keep the