change: sync time out to 10s

This commit is contained in:
xiangyu 2022-07-05 18:27:45 +08:00
parent 25cf000918
commit 93abaf4a31

View File

@ -210,7 +210,7 @@ class AddonSync extends AddonBase {
if (this.triggerTime === _t) {
this.doSync();
}
}, 30000);
}, 10000);
}
async doSync(