Prechádzať zdrojové kódy

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 rok pred
rodič
commit
fddc5feb0f
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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