mirror of https://gitee.com/bigwinds/arangodb
changed docs progress view delay
This commit is contained in:
parent
76e95227a0
commit
912a9d2026
|
@ -148,7 +148,7 @@
|
||||||
|
|
||||||
getDocuments: function (callback) {
|
getDocuments: function (callback) {
|
||||||
// window.progressView.show("Fetching documents...");
|
// window.progressView.show("Fetching documents...");
|
||||||
window.progressView.showWithDelay(3000, "Fetching documents...");
|
window.progressView.showWithDelay(300, "Fetching documents...");
|
||||||
var self = this,
|
var self = this,
|
||||||
query,
|
query,
|
||||||
bindVars,
|
bindVars,
|
||||||
|
|
Loading…
Reference in New Issue