Skip to content

Commit

Permalink
#101 turn on put restarts by default
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Apr 24, 2015
1 parent 73295a4 commit 395bc79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ private TransferControlBlock buildTransferControlBlockAndOptionsBasedOnParameter
}

if (operativeTransferControlBlock.getTransferOptions() == null) {
log.info("no transfer options are set, override with defaults");
operativeTransferControlBlock.setTransferOptions(getIRODSSession()
.buildTransferOptionsBasedOnJargonProperties());
}
Expand Down
2 changes: 1 addition & 1 deletion jargon-core/src/main/resources/jargon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ transfer.use.udp=false
# use DEFAULT, MD5, or SHA256 checksums, DEFAULT will equal to MD5
transfer.checksum.algorithm=DEFAULT
# long file restart behavior
transfer.long.file.restart=false
transfer.long.file.restart=true

#------------------------
# tcp ip socket prefs primary connection
Expand Down

0 comments on commit 395bc79

Please sign in to comment.