Skip to content

Commit

Permalink
Bullets broken from indentation
Browse files Browse the repository at this point in the history
Fixed incorrect indentation in the `min_uptime` section causing a bulleted list to not display properly.
  • Loading branch information
Mundayne authored Aug 28, 2017
1 parent 2054ee5 commit 1811af8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/features/app-declaration.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,11 @@ Then you use `pm2 start ecosystem.json --env production` and it will use the att
### Special `ext_type`

- min_uptime
Value of `min_uptime` can be:
- **Number**
e.g. `"min_uptime": 3000` means 3000 milliseconds.
- **String**
Therefore, we are making it short and easy to configure: `h`, `m` and `s`, e.g.: `"min_uptime": "1h"` means one hour, `"min_uptime": "5m"` means five minutes and `"min_uptime": "10s"` means ten seconds (those will be transformed into milliseconds).
Value of `min_uptime` can be:
- **Number**
e.g. `"min_uptime": 3000` means 3000 milliseconds.
- **String**
Therefore, we are making it short and easy to configure: `h`, `m` and `s`, e.g.: `"min_uptime": "1h"` means one hour, `"min_uptime": "5m"` means five minutes and `"min_uptime": "10s"` means ten seconds (those will be transformed into milliseconds).

- max_memory_restart
Value of `max_memory_restart` can be:
Expand Down

0 comments on commit 1811af8

Please sign in to comment.