~singpolyma/jmp-pay

4b6de2bb766d7dca6c2351958760653ade1aa17d — Stephen Paul Weber 2 years ago dbfef44
Higher XMPP connect timeout

Because sometimes the box is under high load.
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/blather_notify.rb
M lib/blather_notify.rb => lib/blather_notify.rb +1 -1
@@ 23,6 23,6 @@ module BlatherNotify

		at_exit { shutdown }

		Timeout.timeout(5) { @ready.pop }
		Timeout.timeout(30) { @ready.pop }
	end
end