chiark / gitweb /
todo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 02:15:05 +0000 (03:15 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 02:15:05 +0000 (03:15 +0100)
src/global.rs

index 54bf4f60299a16cf7ef517679fa770f890e263a3..58f99c8fe35cd2f5e41563529323419ea776f1ea 100644 (file)
@@ -799,6 +799,8 @@ pub fn record_token<Id : AccessId> (
 
 // ---------- 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<InstanceContainer> {
     match gref.0.lock() {