From: Ian Jackson Date: Sun, 23 Aug 2020 02:15:05 +0000 (+0100) Subject: todo X-Git-Tag: otter-0.2.0~1081 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dcbd4520ec0d3b190794b4e3fbd8ecf7572376b2;p=otter.git todo --- diff --git a/src/global.rs b/src/global.rs index 54bf4f60..58f99c8f 100644 --- a/src/global.rs +++ b/src/global.rs @@ -799,6 +799,8 @@ pub fn record_token ( // ---------- client expiiry ---------- +// xxx is lastseen updated by sse and by api calls ? + pub fn client_expire_old_clients() { fn lock_even_poisoned(gref: &InstanceRef) -> MutexGuard { match gref.0.lock() {