https://github.com/ChannelFinder/recceiver/blob/master/src/main/resources/application.properties#L73
# On processor init/startup for this recceiver's currently Active channels:
# true => delete channels, false => mark channels Inactive.
recceiver.cf.clean-on-startup=false
To me, this should be:
true: clean on startup will either delete or mark inactive based on this variable recceiver.cf.delete-on-clean
false: do nothing on startup (same as current recceiver I think and would allow users to disable this clean behavior completely)
Does the current recceiver support deleting channels on startup/shutdown with the clean methods? I haven't seen that behavior before
https://github.com/ChannelFinder/recceiver/blob/master/src/main/resources/application.properties#L73
To me, this should be:
true: clean on startup will either delete or mark inactive based on this variable
recceiver.cf.delete-on-cleanfalse: do nothing on startup (same as current recceiver I think and would allow users to disable this clean behavior completely)
Does the current recceiver support deleting channels on startup/shutdown with the clean methods? I haven't seen that behavior before