[libmessage-passing-zeromq-perl] 68/78: living it up, going to 1GB

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:29 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmessage-passing-zeromq-perl.

commit 4aff9863a4a2e1e62d12304e8537a325606ffbe7
Author: Lex Neva <lex.neva at timgroup.com>
Date:   Wed Aug 14 14:04:00 2013 -0400

    living it up, going to 1GB
---
 lib/Message/Passing/Output/ZeroMQ.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Message/Passing/Output/ZeroMQ.pm b/lib/Message/Passing/Output/ZeroMQ.pm
index 4b90cd6..3cbbbaa 100644
--- a/lib/Message/Passing/Output/ZeroMQ.pm
+++ b/lib/Message/Passing/Output/ZeroMQ.pm
@@ -17,7 +17,7 @@ has '+_socket' => (
 sub _socket_type { 'PUB' }
 
 sub _build_socket_hwm { 10000 }
-sub _build_socket_swap { 1024*1024*100 }
+sub _build_socket_swap { 1024*1024*1024 }
 
 sub consume {
     my $self = shift;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git



More information about the Pkg-perl-cvs-commits mailing list