wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Consider setting "start automation" timeout to 0? #117

Open echarlie opened 4 years ago

echarlie commented 4 years ago

since we're probably going to have a much sparser DJ lineup and a lot more remote DJs this semester, we should probably set the timeout to 0, as situations where there's 2 DJs hotseating should be very very rare.

mutantmonkey commented 4 years ago

The minimum timeout is 60 seconds: https://github.com/wuvt/trackman/blob/master/trackman/cli.py#L101

We'll need to add a special case to immediately activate automation upon logout when the timeout is set to 0.