File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ export class Config {
5757 public static api_ws_url : string = Config . getEnv ( "api_ws_url" , "ws://localhost:3000" ) ;
5858 public static namespace : string = Config . getEnv ( "namespace" , "" ) ; // also sent to website
5959 public static nodered_domain_schema : string = Config . getEnv ( "nodered_domain_schema" , "" ) ; // also sent to website
60+ public static nodered_initial_liveness_delay : string = Config . getEnv ( "nodered_initial_liveness_delay" , "60" ) ; // also sent to website
6061
6162 public static baseurl ( ) : string {
6263 var result : string = "" ;
Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ export class Message {
816816 port : 80 ,
817817 scheme : "HTTP"
818818 } ,
819- initialDelaySeconds : 60 ,
819+ initialDelaySeconds : Config . nodered_initial_liveness_delay ,
820820 periodSeconds : 5 ,
821821 failureThreshold : 5 ,
822822 timeoutSeconds : 5
Original file line number Diff line number Diff line change 1- 0.0.502
1+ 0.0.503
You can’t perform that action at this time.
0 commit comments