From: Ian Jackson Date: Sat, 17 Oct 2020 13:22:19 +0000 (+0100) Subject: wip log expiry X-Git-Tag: otter-0.2.0~627 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=057e345197d4b667356e673542cb52f62ceab2ca;p=otter.git wip log expiry Signed-off-by: Ian Jackson --- diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 27e450a2..3ab2fc98 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -177,6 +177,7 @@ fn main() { let r = otter::api::mount(r); thread::spawn(client_periodic_expiry); + thread::spawn(logs_periodic_expiry); r.launch(); }