Skip to content

Commit

Permalink
reverted otp timeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
n1lby73 committed Dec 18, 2023
1 parent 6d43390 commit acd4971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-ui/webApp/globalVar.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
espstateq = 0
espStartTimeq = 0
otpTimeout = 300000
otpTimeout = 300
espOnlineTimeoutq = 60

0 comments on commit acd4971

Please sign in to comment.