Skip to content

Commit

Permalink
Disable use_socket manually for CUSTOMER13
Browse files Browse the repository at this point in the history
This was causing tracebacks during message sending

(imported from commit 9dde67f07934fe7a5aef7036340eebb7c6f6a97a)
  • Loading branch information
lfaraone committed Feb 14, 2014
1 parent bf08e33 commit 2a67775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/feature_flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exports.mark_read_at_bottom = true;
exports.propagate_topic_edits = true;
exports.summarize_read_while_narrowed = false;
exports.clicking_notification_causes_narrow = true;
exports.use_socket = true;
exports.use_socket = false;

// Ready for deprecation.
exports.collapsible = false;
Expand Down

0 comments on commit 2a67775

Please sign in to comment.