mirror of
https://github.com/xtr-dev/rondevu-client.git
synced 2025-12-13 04:13:25 +00:00
Refactoring: Extract magic numbers to static constants - DEFAULT_TTL_MS = 300000 (5 minutes) - POLLING_INTERVAL_MS = 1000 (1 second) Replaced in: - ttl property initialization (line 173) - publishService() default (line 335) - startFilling() polling interval (line 500) - connectToService() ICE polling (line 636) Impact: Improves code clarity and maintainability