diff options
author | fxqnlr <[email protected]> | 2024-06-17 12:01:22 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-06-17 12:01:22 +0200 |
commit | ec17af924767a2ae3c5180d9ea25193d071e5661 (patch) | |
tree | 630b825747dc31212d8f5585a07a02aacba5ee87 /src/config.rs | |
parent | c6baa076dc41dd43b3888d713fcf39fa901d2cd3 (diff) | |
download | webol-ec17af924767a2ae3c5180d9ea25193d071e5661.tar webol-ec17af924767a2ae3c5180d9ea25193d071e5661.tar.gz webol-ec17af924767a2ae3c5180d9ea25193d071e5661.zip |
Closes #20. Use chrono and seperate timers in logging
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 | ||