mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
Raised search fetch limit to head off exploding ThangType list. #377
This commit is contained in:
parent
ae9769e3ce
commit
626a689553
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue