Skip to content

Commit 4619a05

Browse files
committed
Setted 5s as delay at shutdown in prod
1 parent 6d35804 commit 4619a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class AppManager:
1515

1616
VERSION: str = "1.0.0"
17-
SHUTDOWN_DELAY = 500
17+
SHUTDOWN_DELAY = 5
1818
SHUTDOWN_DELAY_IN_DEBUG_MODE = 600
1919

2020
def __init__(self):

0 commit comments

Comments
 (0)