From 3517b17573d735a46d5c7baa32517717b58dbf0b Mon Sep 17 00:00:00 2001 From: Michal Simon Date: Fri, 29 Jun 2018 15:24:30 +0200 Subject: [PATCH] [XrdCl] Use threads by default in posix aio. --- src/XrdCl/XrdClConstants.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XrdCl/XrdClConstants.hh b/src/XrdCl/XrdClConstants.hh index 303904a6efc..8e52cfbb541 100644 --- a/src/XrdCl/XrdClConstants.hh +++ b/src/XrdCl/XrdClConstants.hh @@ -68,7 +68,7 @@ namespace XrdCl const int DefaultLocalMetalinkFile = 0; const int DefaultXCpBlockSize = 134217728; // DefaultCPChunkSize * DefaultCPParallelChunks * 2 const int DefaultNoDelay = 1; - const int DefaultAioSignal = 1; + const int DefaultAioSignal = 0; const int DefaultPreferIPv4 = 0; const char * const DefaultPollerPreference = "built-in";