@xuda.io/runtime-bundle 1.0.510 → 1.0.511

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.
@@ -28372,6 +28372,16 @@ func.datasource.create = async function (
28372
28372
  old_dataSource_vars.SYS_STR_WIN_NAME = _ds.data_system.SYS_STR_WIN_NAME;
28373
28373
  }
28374
28374
  if (static_refreshP) old_dataSource_vars.in_parameters = _ds.in_parameters;
28375
+
28376
+ await func.datasource.update(SESSION_ID, {
28377
+ [dsSessionP]: {
28378
+ ['datasource_main']: {
28379
+ stat: 'busy',
28380
+ stat_ts: Date.now(),
28381
+ is_worker: glb.IS_WORKER,
28382
+ },
28383
+ },
28384
+ });
28375
28385
  }
28376
28386
  const restore_old_dataSource_vars = function (dsSessionP) {
28377
28387
  var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[dsSessionP];