浏览代码

Merge pull request #245 from Avaiga/refactor/core#666-move-global-config-attributes-to-core

fix: move the responsibility of setting read_entity_retry to core
Đỗ Trường Giang 1 年之前
父节点
当前提交
fddc5feb0f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/taipy/gui_core/GuiCoreLib.py

+ 0 - 2
src/taipy/gui_core/GuiCoreLib.py

@@ -54,8 +54,6 @@ Pipeline.__bases__ += (_GCDoNotUpdate,)
 DataNode.__bases__ += (_GCDoNotUpdate,)
 Job.__bases__ += (_GCDoNotUpdate,)
 
-Config.configure_global_app(read_entity_retry=3)
-
 
 class _EntityType(Enum):
     CYCLE = 0