Skip to content

Commit

Permalink
fix: left WORKER_INTERVAL prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjatse committed Dec 6, 2014
1 parent a77edc6 commit 5193895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ var csts = {
* Defaults variables
*/
var default_conf = util._extend({
PM2_ROOT_PATH: PM2_ROOT_PATH
PM2_ROOT_PATH: PM2_ROOT_PATH,
WORKER_INTERVAL: process.env.PM2_WORKER_INTERVAL || 30000
}, require('./lib/samples/sample-conf.js')(PM2_ROOT_PATH));

/**
Expand Down

0 comments on commit 5193895

Please sign in to comment.