pm2/examples/misc-examples/apps/killfast.json
Peter Dave Hello 5c11598326 fix: remove trailing spaces
Most of the coding style guides ask to remove trailing spaces, also,
current .editorconfig has the same config.
2018-07-02 20:34:28 +08:00

7 lines
116 B
JSON

{
"min_uptime" : "100",
"max_restarts" : "400",
"name" : "auto-kill",
"script" : "./examples/killfast.js"
}