mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Disable analytics.log.event server handler
This commit is contained in:
parent
d1e4a98981
commit
30ed0a0ead
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue