Raised search fetch limit to head off exploding ThangType list.

This commit is contained in:
Nick Winter 2014-04-01 13:20:15 -07:00
parent ae9769e3ce
commit 626a689553

View file

@ -5,7 +5,7 @@ errors = require './errors'
log = require 'winston'
PROJECT = {original:1, name:1, version:1, description: 1, slug:1, kind: 1}
FETCH_LIMIT = 150
FETCH_LIMIT = 200
module.exports = class Handler
# subclasses should override these properties