tweak forever to restart things

Found that the parameters didn't work as advertised unless done like
this.
This commit is contained in:
Ben West
2014-11-21 15:24:59 -08:00
parent 079fe495db
commit 812d028008
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
web: ./node_modules/.bin/forever start -c server.js
web: ./node_modules/.bin/forever --minUptime 100 -c node server.js