diff --git a/server/commons/Handler.coffee b/server/commons/Handler.coffee
index d62eaac5a..5cbd3e4d6 100644
--- a/server/commons/Handler.coffee
+++ b/server/commons/Handler.coffee
@@ -10,7 +10,7 @@ hipchat = require '../hipchat'
 deltasLib = require '../../app/lib/deltas'
 
 PROJECT = {original: 1, name: 1, version: 1, description: 1, slug: 1, kind: 1, created: 1, permissions: 1}
-FETCH_LIMIT = 300
+FETCH_LIMIT = 500
 
 module.exports = class Handler
   # subclasses should override these properties