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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ Default `config.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 # u64 | 7 | pingthreshold = 1 # u64 |
8 | timeoffset = 0 # i8 | ||
9 | 8 | ||
10 | [auth] | 9 | [auth] |
11 | method = "none" # "none"|"key" | 10 | method = "none" # "none"|"key" |