summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/endpoint_config.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/config/endpoint_config.rs b/src/config/endpoint_config.rs
index 12a588a..13db137 100644
--- a/src/config/endpoint_config.rs
+++ b/src/config/endpoint_config.rs
@@ -26,14 +26,6 @@ pub struct Endpoint {
#[getset(get = "pub")]
endpoint_type: EndpointType,
- /// Relative speed to other endpoints
- ///
- /// So if you have two servers, one with 12 cores and one with 24, you want to set "1" for the
- /// first and "2" for the second (or "12" for the first and "24" for the second - the ratio is
- /// the thing here)!
- #[getset(get_copy = "pub")]
- speed: usize,
-
/// Maximum number of jobs which are allowed on this endpoint
#[getset(get_copy = "pub")]
maxjobs: usize,