mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Bumped Handler fetch limit from 300 to 500 to deal with 300+ ThangTypes. It's great.
This commit is contained in:
parent
2e3afa989b
commit
60bf580c5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue