@xuda.io/runtime-bundle 1.0.816 → 1.0.817
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27845,7 +27845,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27845
27845
|
}
|
|
27846
27846
|
setTimeout(async () => {
|
|
27847
27847
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
27848
|
-
},
|
|
27848
|
+
}, 10000);
|
|
27849
27849
|
},
|
|
27850
27850
|
};
|
|
27851
27851
|
|