From 78557c02e99db82bbfa6d83fa42ac6d1c15a96c1 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 27 Sep 2011 17:19:38 -0700 Subject: [PATCH] dealing with slow code by commenting it out --- lib/postzord/receiver/local_batch.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/postzord/receiver/local_batch.rb b/lib/postzord/receiver/local_batch.rb index 6ac12eb44..361989f45 100644 --- a/lib/postzord/receiver/local_batch.rb +++ b/lib/postzord/receiver/local_batch.rb @@ -17,7 +17,8 @@ module Postzord end 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 end