Skip to content

Commit

Permalink
Remove unused config setting (pypi#17467)
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Jan 21, 2025
1 parent d8cee3a commit 8737a83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def __init__(self):
"integrity.backend": "warehouse.attestations.services.IntegrityService",
"warehouse.organizations.max_undecided_organization_applications": 3,
"reconcile_file_storages.batch_size": 100,
"metadata_backfill.batch_size": 500,
"gcloud.service_account_info": {},
"warehouse.forklift.legacy.MAX_FILESIZE_MIB": 100,
"warehouse.forklift.legacy.MAX_PROJECT_SIZE_GIB": 10,
Expand Down
7 changes: 0 additions & 7 deletions warehouse/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,13 +432,6 @@ def configure(settings=None):
coercer=int,
default=100,
)
maybe_set(
settings,
"metadata_backfill.batch_size",
"METADATA_BACKFILL_BATCH_SIZE",
coercer=int,
default=500,
)
maybe_set_compound(settings, "billing", "backend", "BILLING_BACKEND")
maybe_set_compound(settings, "files", "backend", "FILES_BACKEND")
maybe_set_compound(settings, "archive_files", "backend", "ARCHIVE_FILES_BACKEND")
Expand Down

0 comments on commit 8737a83

Please sign in to comment.