#372 LOW: Magic numbers should be configurable

closed low Created 2025-12-11 21:40 · Updated 2025-12-12 14:48

Description

Edit
## Issue Hardcoded values throughout codebase should be in configuration: - activity_threshold_seconds = 30 (operators.py:93) - max_iterations = 10000 (operators.py:743) - ttl_seconds=300 (orchestrator.py:162) ## Impact Cannot tune behavior without code changes. ## Fix Move to configuration file (config.ini) for easier operational tuning

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...