m8flow 1.0.2 → 1.1.1

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.
@@ -19,7 +19,7 @@ from services.pipeline_executor import _serialize
19
19
 
20
20
  logger = logging.getLogger(__name__)
21
21
 
22
- MAX_HEAL_ATTEMPTS = 3
22
+ MAX_HEAL_ATTEMPTS = 1 # One attempt keeps healing fast; user can click again if needed
23
23
 
24
24
 
25
25
  # ── Public entry point ─────────────────────────────────────────────────────────
File without changes
File without changes