You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by nb...@apache.org on 2021/05/28 04:26:06 UTC

[atlas] 02/02: ATLAS-4174: [Glossary Term Bulk Import] When the file size is large (5 mb) bulk import times out

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

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

commit eec5d77f273ecbd10bfcfa3e10036a3f19994233
Author: chaitali borole <ch...@cloudera.com>
AuthorDate: Tue May 25 22:14:14 2021 +0530

    ATLAS-4174: [Glossary Term Bulk Import] When the file size is large (5 mb) bulk import times out
    
    Signed-off-by: Nikhil Bonte <nb...@apache.org>
---
 dashboardv2/public/js/views/import/ImportLayoutView.js | 1 +
 dashboardv3/public/js/views/import/ImportLayoutView.js | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dashboardv2/public/js/views/import/ImportLayoutView.js b/dashboardv2/public/js/views/import/ImportLayoutView.js
index 8f7524e..88d553c 100644
--- a/dashboardv2/public/js/views/import/ImportLayoutView.js
+++ b/dashboardv2/public/js/views/import/ImportLayoutView.js
@@ -99,6 +99,7 @@ define([
                     autoProcessQueue: false,
                     maxFiles: 1,
                     addRemoveLinks: true,
+                    timeout: 0,
                     init: function() {
                         that.dropzone = this;
                         this.on('addedfile', function(file) {
diff --git a/dashboardv3/public/js/views/import/ImportLayoutView.js b/dashboardv3/public/js/views/import/ImportLayoutView.js
index 8f7524e..88d553c 100644
--- a/dashboardv3/public/js/views/import/ImportLayoutView.js
+++ b/dashboardv3/public/js/views/import/ImportLayoutView.js
@@ -99,6 +99,7 @@ define([
                     autoProcessQueue: false,
                     maxFiles: 1,
                     addRemoveLinks: true,
+                    timeout: 0,
                     init: function() {
                         that.dropzone = this;
                         this.on('addedfile', function(file) {