dealing with slow code by commenting it out
This commit is contained in:
parent
49bee9bf19
commit
78557c02e9
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue