pub async fn run_cleanup(pool: SqlitePool)Expand description
Background task that prunes expired sessions and set-password tokens.
Spawned alongside the existing job evictor in bin/sl_map_web.rs.
pub async fn run_cleanup(pool: SqlitePool)Background task that prunes expired sessions and set-password tokens.
Spawned alongside the existing job evictor in bin/sl_map_web.rs.