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 1d8fdabd5c Increased the input file size
1d8fdabd5c is described below
commit 1d8fdabd5c71fac23b97eb3a049830e916c95884
Author: eroma2014 <[email protected]>
AuthorDate: Mon Nov 13 16:36:51 2023 -0500
Increased the input file size
---
.../inventories/scigap/production/host_vars/molecular-dynamics/vars.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
index 8e87d9fb88..1e5d153441 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
@@ -27,7 +27,7 @@ ssl_certificate_chain_file: "/etc/letsencrypt/live/{{
vhost_servername }}/fullch
ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername
}}/privkey.pem"
# Increase max upload size to 640MB
-django_file_upload_max_file_size_mb: 640
+django_file_upload_max_file_size_mb: 5000
## Keycloak related variables
tenant_domain: "molecular-dynamics"