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

Commit 3f7f690

Browse files
sishidasghung
authored andcommitted
1 parent b85282b commit 3f7f690

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/_documentations/mdt-eclipse-managingprojects.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The list of supported project settings are:
6060
* [Maven profiles](#maven-profiles)
6161
* [Maven properties](#maven-properties)
6262
* [Paths to ignore for file changes](#paths-to-ignore-for-file-changes)
63-
63+
* [Project status ping timeout](#project-status-ping-timeout)
6464

6565
#### Context root
6666
`contextRoot: <string>`
@@ -114,4 +114,10 @@ The list of supported project settings are:
114114
#### Paths to ignore for file changes
115115
`ignoredPaths: <string[]>`
116116
- A list of file paths that indicate a build should be triggered on file change events in relation to the paths.
117-
- Each item is expected to be a regex (`"*/node_modules*"` ) or a path relative to the project's root directory (`"/README.md"`).
117+
- Each item is expected to be a regex (`"*/node_modules*"` ) or a path relative to the project's root directory (`"/README.md"`).
118+
119+
#### Project status ping timeout
120+
`statusPingTimeout: <string>`
121+
- This value is the total number of pings used by Codewind to determine if the project has timeout issues during starting state.
122+
- Each ping takes 2 seconds. For example, if the value is set to 30, the timeout is 60 seconds.
123+
- 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.

0 commit comments

Comments
 (0)