fix: updated cache policy for import_status endpoint (#29342)

* fix: updated cache policy for import_status endpoint
This commit is contained in:
Ahtisham Shahid
2021-11-17 19:40:17 +05:00
committed by GitHub
parent 8b3d7e040c
commit 78e115a05c
3 changed files with 15 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ define(
var current = {stage: 0, state: STATE.READY};
var deferred = null;
var file = {name: null, url: null};
var timeout = {id: null, delay: 1000};
var timeout = {id: null, delay: 3000};
var $dom = {
stages: $('ol.status-progress').children(),
successStage: $('.item-progresspoint-success'),