Skip to content

Commit 2347364

Browse files
committed
Increase frequency of account fetching
1 parent 57c83f4 commit 2347364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/solana/oracle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl Default for Config {
111111
fn default() -> Self {
112112
Self {
113113
commitment: CommitmentLevel::Confirmed,
114-
poll_interval_duration: Duration::from_secs(5 * 60),
114+
poll_interval_duration: Duration::from_secs(2 * 60),
115115
subscriber_enabled: true,
116116
updates_channel_capacity: 10000,
117117
data_channel_capacity: 10000,

0 commit comments

Comments
 (0)