Skip to content

Commit be0e779

Browse files
committed
clean up
1 parent 4182244 commit be0e779

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

runtime_config_defaults.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
drop_task_killswitch:
2-
-
2+
-

src/runtime_config.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use tracing::info;
44

55
#[derive(Debug, Deserialize, Clone)]
66
pub struct RuntimeConfig {
7+
/// A list of tasks to drop before inserting into sqlite.
78
pub drop_task_killswitch: Vec<String>,
89
}
910

0 commit comments

Comments
 (0)