mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-19 03:48:04 +00:00
refactor: upgrade to v1.0.0 with enum-based event architecture
This commit is contained in:
@@ -35,12 +35,3 @@ impl Default for StreamClientConfig {
|
||||
Self { connection: ConnectionConfig::default(), enable_metrics: false }
|
||||
}
|
||||
}
|
||||
|
||||
impl StreamClientConfig {
|
||||
pub fn low_latency() -> Self {
|
||||
Self::default()
|
||||
}
|
||||
pub fn high_throughput() -> Self {
|
||||
Self::default()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user