mirror of https://gitee.com/bigwinds/arangodb
adjusted progress indicator delay
This commit is contained in:
parent
ea9d97d5c6
commit
b387ff6289
|
@ -291,7 +291,7 @@
|
|||
});
|
||||
};
|
||||
|
||||
window.progressView.showWithDelay(300, 'Fetching documents...', cancelRunningCursor);
|
||||
window.progressView.showWithDelay(1000, 'Fetching documents...', cancelRunningCursor);
|
||||
|
||||
checkCursorStatus(jobid);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue