Skip to content

Commit

Permalink
Update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
ebin-mathews committed Aug 26, 2024
1 parent bf70ea5 commit 3df37f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/example-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"bind_address": "0.0.0.0:10000",
"account_update_buffer_size": 100000,
"slot_update_buffer_size": 100000,
"slot_entry_update_buffer_size": 1000000,
"block_update_buffer_size": 100000,
"transaction_update_buffer_size": 100000,
"geyser_service_config": {
"heartbeat_interval_ms": 1000,
"subscriber_buffer_size": 1000000
}
}
}

0 comments on commit 3df37f0

Please sign in to comment.