From dcbd4520ec0d3b190794b4e3fbd8ecf7572376b2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Aug 2020 03:15:05 +0100 Subject: [PATCH] todo --- src/global.rs | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.30.2