Skip to content

Commit

Permalink
Remove support for worker v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiezzel committed Sep 27, 2023
1 parent 10b297a commit 17ccd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/network-scheduler/src/worker_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use router_controller::messages::{Ping, RangeSet};
use subsquid_network_transport::PeerId;

pub const WORKER_INACTIVE_TIMEOUT: Duration = Duration::from_secs(60);
pub const SUPPORTED_WORKER_VERSIONS: [&str; 2] = ["0.1.1", "0.1.2"];
pub const SUPPORTED_WORKER_VERSIONS: [&str; 2] = ["0.1.2", "0.1.3"];

#[derive(Debug, Clone, Serialize)]
pub struct Worker {
Expand Down

0 comments on commit 17ccd83

Please sign in to comment.