Skip to content

Commit

Permalink
[XrdCl] Make the built-in poller default again
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Jun 10, 2013
1 parent 0bbc80e commit 6d8b3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCl/XrdClConstants.hh
Expand Up @@ -53,7 +53,7 @@ namespace XrdCl
const int DefaultCPChunkSize = 16777216;
const int DefaultCPParallelChunks = 4;

const char * const DefaultPollerPreference = "libevent,built-in";
const char * const DefaultPollerPreference = "built-in,libevent";
const char * const DefaultClientMonitor = "";
const char * const DefaultClientMonitorParam = "";
}
Expand Down

0 comments on commit 6d8b3bc

Please sign in to comment.