mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Resource timing, retries
This commit is contained in:
parent
23ff873c63
commit
5c94324230
6 changed files with 218 additions and 54 deletions
|
@ -63,8 +63,8 @@ class Reticulum:
|
|||
RNS.loglevel = int(value)
|
||||
if RNS.loglevel < 0:
|
||||
RNS.loglevel = 0
|
||||
if RNS.loglevel > 6:
|
||||
RNS.loglevel = 6
|
||||
if RNS.loglevel > 7:
|
||||
RNS.loglevel = 7
|
||||
|
||||
if "reticulum" in self.config:
|
||||
for option in self.config["reticulum"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue