Skip to content

Commit

Permalink
Revert default back to 1 for copy-to-tmp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cizzle committed Jun 5, 2017
1 parent 07a3e86 commit 203dc1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/settings/mod.transfer
Expand Up @@ -28,7 +28,7 @@ There are also some variables you can set in your config file:
but admits that may be too small. 1024 is standard these days. Set
this to 0 to use turbo-dcc (recommended).

set copy-to-tmp 0
set copy-to-tmp 1

Enable this setting if you want to copy files to a temporary location
before sending them. This might be useful for file stability, but if your
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx_source/coreDocs/transfer.rst
Expand Up @@ -27,7 +27,7 @@ There are also some variables you can set in your config file:
but admits that may be too small. 1024 is standard these days.
Set this to 0 to use turbo-dcc (recommended).

set copy-to-tmp 0
set copy-to-tmp 1
Enable this setting if you want to copy files to a temporary location
before sending them. This might be useful for file stability, but if your
directories are NFS mounted, it's a pain. Setting this to 1 is not
Expand Down
2 changes: 1 addition & 1 deletion eggdrop.conf
Expand Up @@ -1300,7 +1300,7 @@ set dcc-block 0
# sending them. This might be useful for file stability, but if your
# directories are NFS mounted, it's a pain. Setting this to 1 is not advised
# for big files or if you're low on disk space.
set copy-to-tmp 0
set copy-to-tmp 1

# Set here the time (in seconds) to wait before an inactive transfer times out.
set xfer-timeout 30
Expand Down

0 comments on commit 203dc1e

Please sign in to comment.