mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
give it more time for gracefull exit
This commit is contained in:
parent
3bdc99b203
commit
04af2ebec9
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user