Skip to content

Commit

Permalink
Make MultithreadedXRootDSource the default for xrootd files (#295)
Browse files Browse the repository at this point in the history
Fixes #294
  • Loading branch information
nsmith- authored Mar 4, 2021
1 parent 191d9ef commit 4c8c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uproot/reading.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def open(

open.defaults = {
"file_handler": uproot.source.file.MemmapSource,
"xrootd_handler": uproot.source.xrootd.XRootDSource,
"xrootd_handler": uproot.source.xrootd.MultithreadedXRootDSource,
"http_handler": uproot.source.http.HTTPSource,
"object_handler": uproot.source.object.ObjectSource,
"timeout": 30,
Expand Down

0 comments on commit 4c8c3c9

Please sign in to comment.