Bumped Handler fetch limit from 300 to 500 to deal with 300+ ThangTypes. It's great.

This commit is contained in:
Nick Winter 2014-10-29 12:18:00 -07:00
parent 2e3afa989b
commit 60bf580c5b

View file

@ -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