dealing with slow code by commenting it out

This commit is contained in:
Maxwell Salzberg 2011-09-27 17:19:38 -07:00
parent 49bee9bf19
commit 78557c02e9

View file

@ -17,7 +17,8 @@ module Postzord
end end
notify_mentioned_users if @object.respond_to?(:mentions) notify_mentioned_users if @object.respond_to?(:mentions)
socket_to_users if @object.respond_to?(:socket_to_user) # 09/27/11 this is slow
#socket_to_users if @object.respond_to?(:socket_to_user)
notify_users notify_users
end end