mirror of
https://github.com/irlserver/srtla_send.git
synced 2026-07-04 14:46:45 +00:00
c2e749bfe1
- Removed the old `DynamicToggles` implementation and its associated tests. - Introduced `DynamicConfig` for managing runtime configurations, including scheduling modes and toggle states. - Added `SchedulingMode` enum to define different scheduling strategies. - Implemented command handling for configuration changes via stdin and Unix sockets. - Updated tests to cover the new configuration system and its commands. - Ensured thread-safe access to configuration settings.