Disable analytics.log.event server handler

This commit is contained in:
Matt Lott 2014-12-17 09:53:39 -08:00
parent d1e4a98981
commit 30ed0a0ead

View file

@ -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'