aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/processor.rb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-16 18:23:52 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-16 18:23:52 +0100
commitf6d9144af81f2078567691614fa7831c1a116fdf (patch)
tree8dbd6f49c518e090e1b7da18cb6ebc2c70113f7a /lib/mauve/processor.rb
parent4ca1b2c8db777cd1e389a227072b1cd108e23d05 (diff)
Fixed up date handling in the xmpp/email template
Changed basic notification logic in Alert.
Diffstat (limited to 'lib/mauve/processor.rb')
-rw-r--r--lib/mauve/processor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/processor.rb b/lib/mauve/processor.rb
index 034ba34..a46f229 100644
--- a/lib/mauve/processor.rb
+++ b/lib/mauve/processor.rb
@@ -36,7 +36,7 @@ module Mauve
# Only do the loop a maximum of 10 times every @sleep_interval seconds
#
- (sz > 10 ? 10 : sz).times do
+ (sz > 50 ? 50 : sz).times do
data, client, received_at = Server.packet_pop
@logger.debug("Got #{data.inspect} from #{client.inspect}")