give it more time for gracefull exit

This commit is contained in:
einhornimmond 2025-10-25 14:48:40 +02:00
parent 3bdc99b203
commit 04af2ebec9

View File

@ -16,6 +16,6 @@ export const GRADIDO_NODE_RUNTIME_PATH = path.join(
)
// if last start was less than this time, do not restart
export const GRADIDO_NODE_MIN_RUNTIME_BEFORE_RESTART_MILLISECONDS = 1000 * 30
export const GRADIDO_NODE_KILL_TIMEOUT_MILLISECONDS = 1000
export const GRADIDO_NODE_KILL_TIMEOUT_MILLISECONDS = 10000
// currently hard coded in gradido node, update in future
export const GRADIDO_NODE_HOME_FOLDER_NAME = '.gradido'