Skip to content

Commit

Permalink
hotfix(background-tasks): Renamed config.background.on to config.back…
Browse files Browse the repository at this point in the history
…ground.enabled
  • Loading branch information
pilsy committed Oct 22, 2013
1 parent 77b8995 commit d8ca99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if ( cluster.isMaster ) {
});

// Setup the background tasks worker
if ( config.background && config.background.on === true ) {
if ( config.background && config.background.enabled === true ) {
function setupBackgroundTasks() {
console.log('Setup background tasks...');

Expand Down

0 comments on commit d8ca99e

Please sign in to comment.