-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
What would you like?
Remove videoUploadOnPasses
configuration option as a breaking change for all users.
Why is this needed?
This option itself only opens one extra configuration option, to skip compression and upload but save the video locally. Keeping the option introduces points of confusion for all users on what this option truly does and we expect it is used as a quick way to turn off compression for videos no one cares about.
This option is much less relevant with videoCompression being turned off for all users by default and videos being turned off for all users by default.
If someone wanted to skip compression/upload only for passing videos, they could delete the video moving forward. They could also copy the video elsewhere and delete the local video if they so desired to keep the video and also skip compression/upload. Overall, we think having code as configuration is better than a single, confusing config option.
Other
No response