Update healthcheck.js
This commit is contained in:
		
							parent
							
								
									87e874406a
								
							
						
					
					
						commit
						926c15ea40
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -11,7 +11,7 @@ if (process.env.SSL_KEY && process.env.SSL_CERT) { | |||
| let options = { | ||||
|     host: process.env.HOST || "127.0.0.1", | ||||
|     port: parseInt(process.env.PORT) || 3001, | ||||
|     timeout: 120 * 100, | ||||
|     timeout: 120 * 1000, | ||||
| }; | ||||
| 
 | ||||
| let request = client.request(options, (res) => { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue