diff --git a/app/views/admin/UserCodeProblemsView.coffee b/app/views/admin/UserCodeProblemsView.coffee index 008d4268c..3b2d7cc1c 100644 --- a/app/views/admin/UserCodeProblemsView.coffee +++ b/app/views/admin/UserCodeProblemsView.coffee @@ -28,7 +28,7 @@ module.exports = class UserCodeProblemsView extends RootView lastMonth.setMonth lastMonth.getMonth() - 1 conditions = [ - ['limit', 1000] + ['limit', 300] ['sort', '-created'] ['where', 'created'] ['gte', lastMonth.toString()]