change unit order

This commit is contained in:
jb-alvarado 2022-05-10 11:26:50 +02:00
parent 855a9f9a54
commit 8fcd331c70

View File

@ -134,7 +134,7 @@ impl ProcessControl {
rpc.clone().close()
};
for unit in [Decoder, Encoder, Ingest] {
for unit in [Encoder, Decoder, Ingest] {
if let Err(e) = self.kill(unit) {
error!("{e}")
}