summaryrefslogtreecommitdiffstats
path: root/src/config/endpoint_config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/endpoint_config.rs')
-rw-r--r--src/config/endpoint_config.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/endpoint_config.rs b/src/config/endpoint_config.rs
index 69405dc..05d420f 100644
--- a/src/config/endpoint_config.rs
+++ b/src/config/endpoint_config.rs
@@ -50,6 +50,10 @@ pub struct Endpoint {
#[getset(get = "pub")]
network_mode: Option<String>,
+
+ /// Duration length of timeout for connecting endpoint
+ #[getset(get = "pub")]
+ timeout: Option<u64>,
}
/// The type of an endpoint