Skip to content

Commit

Permalink
[XrdCl] Use threads by default in posix aio.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jun 29, 2018
1 parent 9436631 commit 3517b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClConstants.hh
Expand Up @@ -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";
Expand Down

0 comments on commit 3517b17

Please sign in to comment.