You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2020/02/19 14:02:38 UTC

[airavata] branch master updated: Increased the file upload size to 258 for distant reader

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 531a743  Increased the file upload size to 258 for distant reader
531a743 is described below

commit 531a743067118f6f75e0a64d313be68f9c565ba7
Author: eroma2014 <er...@gmail.com>
AuthorDate: Wed Feb 19 09:02:18 2020 -0500

    Increased the file upload size to 258 for distant reader
---
 .../inventories/scigap/production/host_vars/distantreader/vars.yml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
index be18ad4..84c9bdf 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
@@ -25,7 +25,7 @@ ssl_certificate_file: "/etc/letsencrypt/live/distantreader.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/distantreader.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/distantreader.org/privkey.pem"
 
-django_file_upload_max_file_size_mb: 128
+django_file_upload_max_file_size_mb: 256
 django_pga_url: "https://distantreader.scigap.org"
 
 ## Keycloak related variables