diff options
author | FxQnLr <[email protected]> | 2024-06-17 10:35:06 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-17 10:35:06 +0200 |
commit | c6baa076dc41dd43b3888d713fcf39fa901d2cd3 (patch) | |
tree | ba345251131779e76c076d60971e4f7f066bf146 /src/config.rs | |
parent | 04cd0aee6d000073e49b80a530a40cdb176f7f10 (diff) | |
parent | 8268b826cc45f5b2bd31b72339cc310789ab22d4 (diff) | |
download | webol-c6baa076dc41dd43b3888d713fcf39fa901d2cd3.tar webol-c6baa076dc41dd43b3888d713fcf39fa901d2cd3.tar.gz webol-c6baa076dc41dd43b3888d713fcf39fa901d2cd3.zip |
Merge pull request #37 from FxQnLr/time_update
Time update
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index bfb28be..7c91c08 100644 --- a/src/config.rs +++ b/src/config.rs | |||
@@ -7,7 +7,7 @@ use crate::auth; | |||
7 | pub struct Config { | 7 | pub struct Config { |
8 | pub serveraddr: String, | 8 | pub serveraddr: String, |
9 | pub pingtimeout: i64, | 9 | pub pingtimeout: i64, |
10 | pub pingthreshold: i64, | 10 | pub pingthreshold: u64, |
11 | pub timeoffset: i8, | 11 | pub timeoffset: i8, |
12 | pub auth: Auth, | 12 | pub auth: Auth, |
13 | } | 13 | } |