Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit cf517af

Browse files
fix(config): increase Redis max_pool_size to 50
Pool size of 10 was causing connection exhaustion and timeouts when waypoint runs concurrent shard subscribers.
1 parent 4d29532 commit cf517af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/examples/config.default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ store_messages = true
1111
# Redis Configuration
1212
[redis]
1313
url = "redis://localhost:6379"
14-
max_pool_size = 10
14+
max_pool_size = 50
1515

1616
# Farcaster Hub Configuration
1717
[hub]

0 commit comments

Comments
 (0)