diff options
author | FxQnLr <[email protected]> | 2024-06-17 12:04:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-17 12:04:44 +0200 |
commit | 38025a3e35c960ed03f520f911b40608b9f9abd3 (patch) | |
tree | 6ee75dc72f1e2401bce4664ec5bae68aaf1e7df0 /src/config.rs | |
parent | c6baa076dc41dd43b3888d713fcf39fa901d2cd3 (diff) | |
parent | 45724c4a8b293e8696ef487368f72f90a5c7a01d (diff) | |
download | webol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar webol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar.gz webol-38025a3e35c960ed03f520f911b40608b9f9abd3.zip |
Merge pull request #38 from FxQnLr/time
Time
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index 7c91c08..18c3bab 100644 --- a/src/config.rs +++ b/src/config.rs | |||
@@ -8,7 +8,6 @@ pub struct Config { | |||
8 | pub serveraddr: String, | 8 | pub serveraddr: String, |
9 | pub pingtimeout: i64, | 9 | pub pingtimeout: i64, |
10 | pub pingthreshold: u64, | 10 | pub pingthreshold: u64, |
11 | pub timeoffset: i8, | ||
12 | pub auth: Auth, | 11 | pub auth: Auth, |
13 | } | 12 | } |
14 | 13 | ||