mirror of https://github.com/pkolano/shift.git
master
parent
a43319c7cc
commit
c9954850da
12
etc/shiftrc
12
etc/shiftrc
|
@ -58,16 +58,20 @@ user_dir /home/%u/.shift
|
|||
###########################
|
||||
|
||||
# supported local transports by decreasing performance/preference
|
||||
# (example: default_local mcp,rsync,shift)
|
||||
#default_local fish,shift
|
||||
# (example: default_local mcp,shift,fish,fish-tcp,rsync,bbftp)
|
||||
#default_local shift,fish,fish-tcp
|
||||
|
||||
# port range for remote tcp-based transports
|
||||
# (example: default_ports 10000:20000)
|
||||
#default_ports 50000:51000
|
||||
|
||||
# supported remote transports by decreasing performance/preference
|
||||
# (example: default_remote fish-tcp,bbftp,rsync,fish,shift)
|
||||
#default_remote shift
|
||||
|
||||
# supported local transports by decreasing small file performance/preference
|
||||
# (example: local_small mcp,rsync,shift)
|
||||
#local_small fish,shift
|
||||
# (example: mcp,shift,fish,fish-tcp,rsync,bbftp)
|
||||
#local_small shift,fish,fish-tcp
|
||||
|
||||
# minimum size allowed for --split and --split-tar options
|
||||
# (use suffix {k,m,g,t} for {KB,MB,GB,TB})
|
||||
|
|
|
@ -108,7 +108,7 @@ my %conf = (
|
|||
default_files => "1k",
|
||||
'default_find-files' => "2k",
|
||||
default_hosts => 1,
|
||||
default_local => "fish,shift",
|
||||
default_local => "shift,fish,fish-tcp",
|
||||
default_preallocate => 0,
|
||||
default_remote => "shift",
|
||||
default_retry => 2,
|
||||
|
@ -119,7 +119,7 @@ my %conf = (
|
|||
default_threads => 4,
|
||||
latency_lan => 0.001,
|
||||
latency_wan => 0.05,
|
||||
local_small => "fish,shift",
|
||||
local_small => "shift,fish,fish-tcp",
|
||||
lustre_default_stripe => 1,
|
||||
max_streams_lan => 8,
|
||||
max_streams_wan => 16,
|
||||
|
|
Loading…
Reference in New Issue