Temporarily disable sockjs in local dev instances

This is just until we hack up run-dev.py to also start the message
sender worker.

(imported from commit 0619867d7807f3bf48d317e7452026b1a497e0df)
This commit is contained in:
Zev Benjamin
2013-10-23 11:26:32 -04:00
parent 3a5276aa4e
commit 724b8e6b8a

View File

@@ -38,7 +38,7 @@ exports.left_side_userlist = page_params.staging ||
// Still very beta:
exports.fade_users_when_composing = page_params.staging || is_customer4;
exports.use_socket = page_params.staging;
exports.use_socket = page_params.staging && ! page_params.debug_mode;
// Still burning in...