diff options
author | fxqnlr <[email protected]> | 2024-06-13 16:54:35 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-06-13 16:54:35 +0200 |
commit | c124f9fff690a42ea5fb490e4c7e512ba8448951 (patch) | |
tree | f17edd2042d2dc713f3dd6b0bdabbbb2444fc863 /README.md | |
parent | 04cd0aee6d000073e49b80a530a40cdb176f7f10 (diff) | |
download | webol-c124f9fff690a42ea5fb490e4c7e512ba8448951.tar webol-c124f9fff690a42ea5fb490e4c7e512ba8448951.tar.gz webol-c124f9fff690a42ea5fb490e4c7e512ba8448951.zip |
cargo update + `time` update, fix for `Instant` deprecation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Default `config.toml`: | |||
4 | ```toml | 4 | ```toml |
5 | serveraddr = "0.0.0.0:7229" # String | 5 | serveraddr = "0.0.0.0:7229" # String |
6 | pingtimeout = 10 # i64 | 6 | pingtimeout = 10 # i64 |
7 | pingthreshold = 1 # i64 | 7 | pingthreshold = 1 # u64 |
8 | timeoffset = 0 # i8 | 8 | timeoffset = 0 # i8 |
9 | 9 | ||
10 | [auth] | 10 | [auth] |