diff --git a/.changeset/light-cobras-judge.md b/.changeset/light-cobras-judge.md new file mode 100644 index 0000000000..736e5d9ca0 --- /dev/null +++ b/.changeset/light-cobras-judge.md @@ -0,0 +1,5 @@ +--- +"@farcaster/hubble": patch +--- + +fix: Increase message threshold to reduce snapshot bandwidth usage diff --git a/apps/hubble/src/defaultConfig.ts b/apps/hubble/src/defaultConfig.ts index e335c9c21a..60b3afe3fb 100644 --- a/apps/hubble/src/defaultConfig.ts +++ b/apps/hubble/src/defaultConfig.ts @@ -10,7 +10,7 @@ const DEFAULT_GOSSIP_PORT = 2282; const DEFAULT_RPC_PORT = 2283; const DEFAULT_HTTP_API_PORT = 2281; const DEFAULT_NETWORK = 3; // Farcaster Devnet -export const DEFAULT_CATCHUP_SYNC_SNAPSHOT_MESSAGE_LIMIT = 25_000_000; +export const DEFAULT_CATCHUP_SYNC_SNAPSHOT_MESSAGE_LIMIT = 50_000_000; export const Config = { /** Path to a PeerId file */