Skip to content

Commit a207aca

Browse files
committed
add config constants
1 parent 8ae58d0 commit a207aca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/server.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,3 +517,6 @@ def run() -> None:
517517

518518

519519
CONFIG_1 = {"timeout": 31, "retries": 3}
520+
521+
522+
CONFIG_7 = {"timeout": 37, "retries": 3}

0 commit comments

Comments
 (0)