You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/09/23 13:36:29 UTC

[airavata] branch staging updated: Disabling streaming transfer

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new 6d4a98a  Disabling streaming transfer
6d4a98a is described below

commit 6d4a98a5f34e9855d6264e79df21d20565b773f7
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Mon Sep 23 09:36:08 2019 -0400

    Disabling streaming transfer
---
 .../templates/participant/airavata-server.properties.j2            | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/helix_setup/templates/participant/airavata-server.properties.j2 b/dev-tools/ansible/roles/helix_setup/templates/participant/airavata-server.properties.j2
index 2e5e292..22d7ef0 100644
--- a/dev-tools/ansible/roles/helix_setup/templates/participant/airavata-server.properties.j2
+++ b/dev-tools/ansible/roles/helix_setup/templates/participant/airavata-server.properties.j2
@@ -92,4 +92,9 @@ data.parser.delete.container=True
 ###########################################################################
 # Data Staging Task Level Configurations
 ###########################################################################
-enable.streaming.transfer=True
\ No newline at end of file
+enable.streaming.transfer=True
+
+###########################################################################
+# Data Staging Task Level Configurations
+###########################################################################
+enable.streaming.transfer=False
\ No newline at end of file