diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-04-20 14:48:09 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-04-20 14:48:09 +0100 |
commit | 99073c56f03ff3978e6106c9760ec389ef6c3745 (patch) | |
tree | ff724817ce4685d76446f36780a991ef488504f9 /lib/mauve/configuration_builders/server.rb | |
parent | 83860784c1d184dd6afa680aeff2e06d65f50b8d (diff) |
Added configuration options to disable the notification/packet buffers.
Diffstat (limited to 'lib/mauve/configuration_builders/server.rb')
-rw-r--r-- | lib/mauve/configuration_builders/server.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mauve/configuration_builders/server.rb b/lib/mauve/configuration_builders/server.rb index e3654b9..feb75b8 100644 --- a/lib/mauve/configuration_builders/server.rb +++ b/lib/mauve/configuration_builders/server.rb @@ -163,6 +163,13 @@ module Mauve # The period of sleep during which no heartbeats are raised. # is_attribute "initial_sleep" + + # + # The next two attributes determine if packet/notitication bufferes are + # used. These both default to "true" + # + is_attribute "use_packet_buffer" + is_attribute "use_notification_buffer" def builder_setup @result = Mauve::Server.instance |