File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -402,7 +402,8 @@ xySat is configured automatically via the xyOps conductor server. The [satellit
402402 "debug_level": 5,
403403 "child_kill_timeout": 10,
404404 "monitoring_enabled": true,
405- "quickmon_enabled": true
405+ "quickmon_enabled": true,
406+ "upgrade_timeout_sec": 60
406407}
407408` ` `
408409
@@ -424,6 +425,7 @@ Here are descriptions of the configuration properties:
424425| `child_kill_timeout` | Number | Number of seconds to wait after sending a SIGTERM to follow-up with a SIGKILL. |
425426| `monitoring_enabled` | Boolean | Enable or disable the monitoring subsystem (i.e. send monitoring metrics every minute). |
426427| `quickmon_enabled` | Boolean | Enable or disable the quick monitors, which send lightweight metrics every second. |
428+ | `upgrade_timeout_sec` | Number | The number of seconds to allow for upgrades to complete, before reporting an error (default : ` 60` ). |
427429
428430# ## Overriding The Connect URL
429431
You can’t perform that action at this time.
0 commit comments