mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-14 00:21:01 +00:00
chore: remove repetitive words (#581)
Signed-off-by: divdeploy <chenguangxue@outlook.com>
This commit is contained in:
@@ -463,7 +463,7 @@ async fn e2e_feed_add_and_remove_shard() {
|
||||
}))
|
||||
.unwrap();
|
||||
|
||||
// Keep what we need to to keep connection alive and let us kill a shard:
|
||||
// Keep what we need to keep connection alive and let us kill a shard:
|
||||
shards.push((shard_id, node_tx));
|
||||
}
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ pub enum ServerMode {
|
||||
shards: DenseMap<ProcessId, ShardProcess>,
|
||||
},
|
||||
ConnectToExistingMode {
|
||||
/// The hosts that we can connect to to submit things.
|
||||
/// The hosts that we can connect to submit things.
|
||||
submit_hosts: Vec<String>,
|
||||
/// Which host do we use next (we'll cycle around them
|
||||
/// as shards are "added").
|
||||
|
||||
Reference in New Issue
Block a user