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

Commit

Permalink
Adding Project status ping timeout 2 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
sishida authored and sghung committed Jan 23, 2020
1 parent 3f7f690 commit 47b3e75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_documentations/mdt-vsc-commands-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The list of supported project settings are:
* [Internal debug port](#internal-debug-port)
* [Maven profiles](#maven-profiles)
* [Paths to ignore for file changes](#paths-to-ignore-for-file-changes)
* [Project status ping timeout](#project-status-ping-timeout)

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

#### Project status ping timeout
`statusPingTimeout: <string>`
- This value is the total number of pings used by Codewind to determine if the project has timeout issues during starting state.
- Each ping takes 2 seconds. For example, if the value is set to 30, the timeout is 60 seconds.
- 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.

***

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

0 comments on commit 47b3e75

Please sign in to comment.