gate not responding popup

This commit is contained in:
Nordup 2024-10-26 07:09:25 +04:00
parent 4fc2d7aeb9
commit 08708f2b59
14 changed files with 205 additions and 13 deletions

View file

@ -6,7 +6,7 @@ extends Node
# Timeout interval for child process responsiveness
const BOOTUP_INTERVAL = 30
const HEARTBEAT_INTERVAL = 5
const WAIT_INTERVAL = 30
const WAIT_INTERVAL = 20
var timer: Timer