change: sync time out to 10s
This commit is contained in:
parent
25cf000918
commit
93abaf4a31
|
|
@ -210,7 +210,7 @@ class AddonSync extends AddonBase {
|
|||
if (this.triggerTime === _t) {
|
||||
this.doSync();
|
||||
}
|
||||
}, 30000);
|
||||
}, 10000);
|
||||
}
|
||||
|
||||
async doSync(
|
||||
|
|
|
|||
Loading…
Reference in New Issue