Skip to content

Commit

Permalink
disable items usage because of exceeding 16Mb mongo document limit
Browse files Browse the repository at this point in the history
  • Loading branch information
vaseker committed Mar 24, 2020
1 parent f7d2762 commit 4e7b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/v1/components/players/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function load(params) {
})
.catch(existingPlayerConflict.bind(self, fetched, params))
)
.tap(ItemsUsage.bind({ debug: debug }))
// .tap(ItemsUsage.bind({ debug: debug }))
.then(assignClan.bind(null, { isNew: isNew, source: fetched }));
})
.then(function playerAfterUpdate(player) {
Expand Down

0 comments on commit 4e7b793

Please sign in to comment.