Skip to content
Snippets Groups Projects
Commit d0b49f94 authored by sveseli's avatar sveseli
Browse files

modified sync level default to 1 for gridftp plugin

parents cdf3c0eb f6ef911e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ from fileTransferPlugin import FileTransferPlugin ...@@ -5,7 +5,7 @@ from fileTransferPlugin import FileTransferPlugin
class GridftpFileTransferPlugin(FileTransferPlugin): class GridftpFileTransferPlugin(FileTransferPlugin):
COMMAND = 'globus-url-copy -c -cd -r -vb -tcp-bs 512K -p 1 -sync -sync-level 2' COMMAND = 'globus-url-copy -c -cd -r -vb -tcp-bs 512K -p 1 -sync -sync-level 1'
def __init__(self, src=None, dest=None, command=COMMAND): def __init__(self, src=None, dest=None, command=COMMAND):
FileTransferPlugin.__init__(self, command, src, dest) FileTransferPlugin.__init__(self, command, src, dest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment