Skip to content

Commit

Permalink
Update monitor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Apr 30, 2016
1 parent 7d57127 commit eaac06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ var health = {
return cb(err,
{
metric: result.rows[0].pg_database_size,
threshold: 5200000000000
threshold: 5300000000000
});
});
}
Expand Down

0 comments on commit eaac06e

Please sign in to comment.