Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 47b3e75

Browse files
sishidasghung
authored andcommitted
1 parent 3f7f690 commit 47b3e75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/_documentations/mdt-vsc-commands-project.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The list of supported project settings are:
6565
* [Internal debug port](#internal-debug-port)
6666
* [Maven profiles](#maven-profiles)
6767
* [Paths to ignore for file changes](#paths-to-ignore-for-file-changes)
68+
* [Project status ping timeout](#project-status-ping-timeout)
6869

6970
#### **Context root**
7071
`contextRoot: <string>`
@@ -120,6 +121,12 @@ The list of supported project settings are:
120121
- It is not advised to overwrite the microclimate property
121122
- Maven properties can be used in conjunction with Maven profiles
122123

124+
#### Project status ping timeout
125+
`statusPingTimeout: <string>`
126+
- This value is the total number of pings used by Codewind to determine if the project has timeout issues during starting state.
127+
- Each ping takes 2 seconds. For example, if the value is set to 30, the timeout is 60 seconds.
128+
- If the value is not set, the default value is set to `90` (3 minutes) for Appsody projects, and `30` (1 minute) for all other project types.
129+
123130
***
124131

125132
[Next: Restart and debug](mdt-vsc-commands-restart-and-debug.html)

0 commit comments

Comments
 (0)