mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-23 16:27:06 +08:00
increase pooling interval to 10s
This commit is contained in:
parent
0e5ce1054e
commit
26caeed04f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
var MyModuleRepositories = (function() {
|
||||
const FULL_VIEW_MODAL = $('#myModuleRepositoryFullViewModal');
|
||||
const UPDATE_REPOSITORY_MODAL = $('#updateRepositoryRecordModal');
|
||||
const STATUS_POLLING_INTERVAL = 3000;
|
||||
const STATUS_POLLING_INTERVAL = 10000;
|
||||
var SIMPLE_TABLE;
|
||||
var FULL_VIEW_TABLE;
|
||||
var FULL_VIEW_TABLE_SCROLLBAR;
|
||||
|
|
Loading…
Reference in a new issue