Skip to content

Commit

Permalink
config feeds are not supposed to be temporary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Oct 15, 2023
1 parent 243bb2f commit 204bb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip-lib/src/overlord/minion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ impl Minion {
},
];

self.subscribe(filters, "temp_config_feed", job_id).await?;
self.subscribe(filters, "config_feed", job_id).await?;
}

Ok(())
Expand Down

0 comments on commit 204bb4c

Please sign in to comment.