We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a0523 commit d045ca1Copy full SHA for d045ca1
src/config.rs
@@ -228,7 +228,7 @@ impl From<ConfigUpstream> for PolicyStoreConfig {
228
endpoint,
229
x_token,
230
timeout: 60,
231
- commitment_level: Some(yellowstone_vixen::CommitmentLevel::Finalized),
+ commitment_level: Some(yellowstone_vixen::CommitmentLevel::Confirmed),
232
max_decoding_message_size: Some(100_000_000),
233
from_slot: None,
234
accept_compression: None,
0 commit comments