Add SYNC_MAX_CLIENTS as an environment variable, so we can set more than 5 media players to sync, and we can also set it in XOS.
Acceptance Criteria
[x] Set SYNC_MAX_CLIENTS as an environment variable defaulting to 5
Relevant design files
None
Testing instructions
Add SYNC_MAX_CLIENTS to a synced media player server, set it to a value and see that that number of clients can still connect to it. Try in s__media-player-pi-4
DoD
For requester to complete:
[x] All acceptance criteria are met
~[ ] New logic has been documented~
~[ ] New logic has appropriate unit tests~
~[ ] Changelog has been updated if necessary~
~[ ] Deployment / migration instruction have been updated if required~
Resolves #173
Add
SYNC_MAX_CLIENTS
as an environment variable, so we can set more than 5 media players to sync, and we can also set it in XOS.Acceptance Criteria
SYNC_MAX_CLIENTS
as an environment variable defaulting to5
Relevant design files
Testing instructions
SYNC_MAX_CLIENTS
to a synced media player server, set it to a value and see that that number of clients can still connect to it. Try in s__media-player-pi-4DoD
For requester to complete: