From f53f38bbf63397a7aacc46736179cec02ba65b3e Mon Sep 17 00:00:00 2001 From: typpo Date: Sat, 7 Apr 2012 16:14:32 -0400 Subject: [PATCH] update quota --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 9919e32..31bc97c 100644 --- a/app.js +++ b/app.js @@ -86,7 +86,7 @@ mpq.track('text', res.send({success:false,message:'Could not validate IP quota.'}); return; } - if (num > 500) { + if (num > 75) { mpq.track('exceeded ip quota'); res.send({success:false,message:'Exceeded quota for this IP address.'}); return;