GitBulletin

Repository: farcasterxyz/hub-monorepo

Revolutionary Adjustment in Code: Default Chunk Size Dips Below 10,000!

2024-03-07 06:03:24 UTC

Key Update Promises Seamless Compatibility with Infura, Enhancing Data Handling Efficiency!

Commit Details:

fix: Reduce default chunk size from 10000 to 9999 (#1796) ## Motivation This allows the default settings to work with Infura, which doesn't like chunk sizes >= 10000. Fixes #1703. ## Change Summary Decrease default chunk size to 9999. ## Merge Checklist - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [x] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [x] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview This PR reduces the default chunk size in `@farcaster/hubble` from 10000 to 9999 to accommodate Infura's restrictions. ### Detailed summary - Updated default chunk size to 9999 in `apps/hubble/src/cli.ts` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar