Removed force GC.start because it doesn't help us.

pull/1/head
annelin 5 years ago
parent 61a42e63b4
commit 269dfce55b

@ -159,8 +159,6 @@ class TelegramClient
# send and add message id to unreads
@cache[:unread_msg][update.message.chat_id] = update.message.id
@xmpp.incoming_message(update.message.chat_id.to_s, text)
GC.start
end
# new chat update -- when tg client discovers new chat #

Loading…
Cancel
Save