Overlay: Lower size limit for overlay base databases#3231
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR reduces the maximum upload size limit for overlay base databases from 15 GB to 7.5 GB (uncompressed). This change is motivated by expected reductions in overlay base database sizes from evaluation improvements and only affects overlay analysis, which is currently behind feature flags.
Key changes:
- Updated the
OVERLAY_BASE_DATABASE_MAX_UPLOAD_SIZE_MBconstant from 15000 to 7500 - Updated documentation to reflect the new 3 GB compressed size estimate (down from 6 GB)
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/overlay-database-utils.ts | Source file containing the constant definition and updated documentation |
| lib/*.js | Generated JavaScript files reflecting the constant change from the TypeScript source |
mbg
approved these changes
Oct 24, 2025
This was referenced Oct 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR lowers the size limit for overlay base databases due to expected overlay base reductions from evaluator improvements. The change only affects overlay analysis which is currently under feature flags. The size limit functionality itself has been tested in production.
Risk assessment
For internal use only. Please select the risk level of this change:
Merge / deployment checklist