From: cristy Date: Thu, 17 Jan 2013 01:49:39 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3a24ad1cfa643280ee7f77499a3072890314b5d;p=imagemagick --- diff --git a/MagickCore/distribute-cache.c b/MagickCore/distribute-cache.c index 92ad76735..9cebf2804 100644 --- a/MagickCore/distribute-cache.c +++ b/MagickCore/distribute-cache.c @@ -811,7 +811,7 @@ MagickExport void DistributePixelCacheServer(const size_t port, sizeof(address)); if (status != 0) ThrowFatalException(CacheFatalError,"UnableToBind"); - status=listen(server_socket,32); + status=listen(server_socket,1024); if (status != 0) ThrowFatalException(CacheFatalError,"UnableToListen"); pthread_attr_init(&attributes);