diff --git a/server/commons/mapping.coffee b/server/commons/mapping.coffee index 8bd7e4f7a..b4425f6e4 100644 --- a/server/commons/mapping.coffee +++ b/server/commons/mapping.coffee @@ -1,5 +1,6 @@ module.exports.handlers = - 'analytics_log_event': 'analytics/analytics_log_event_handler' + # TODO: Disabling this until we know why our app servers CPU grows out of control. + # 'analytics_log_event': 'analytics/analytics_log_event_handler' 'analytics_users_active': 'analytics/analytics_users_active_handler' 'article': 'articles/article_handler' 'level': 'levels/level_handler'