Skip to content

Commit

Permalink
Merge pull request #206 from jguiditta/glance_qpid_ha_fixes
Browse files Browse the repository at this point in the history
Tweak timeouts for qpid.
  • Loading branch information
cwolferh committed Apr 30, 2014
2 parents b35e410 + b522b57 commit 0e280e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet/modules/quickstack/manifests/pacemaker/qpid.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
$backend_port = '5672',
$max_connections = '65535',
$worker_threads = '17',
$connection_backlog = '10',
$connection_backlog = '65535',
$realm = 'QPID',
$log_to_file = 'UNSET',
$haproxy_timeout = '60s',
$haproxy_timeout = '120s',
# perhaps we will expose these to params to ::qpid:server soon
#$auth = 'no',
#$clustered = false,
Expand Down

0 comments on commit 0e280e8

Please sign in to comment.