Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/_documentations/mdt-eclipse-managingprojects.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The list of supported project settings are:
* [Maven profiles](#maven-profiles)
* [Maven properties](#maven-properties)
* [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 @@ -114,4 +114,10 @@ The list of supported project settings are:
#### Paths to ignore for file changes
`ignoredPaths: <string[]>`
- A list of file paths that indicate a build should be triggered on file change events in relation to the paths.
- Each item is expected to be a regex (`"*/node_modules*"` ) or a path relative to the project's root directory (`"/README.md"`).
- Each item is expected to be a regex (`"*/node_modules*"` ) or a path relative to the project's root directory (`"/README.md"`).

#### 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.