diff --git a/src/main.rs b/src/main.rs
index 2d3adc584f..74f92fd178 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -73,6 +73,7 @@ async fn main() -> Result<(), LemmyError> {
   })
   .await??;
 
+  // Schedules various cleanup tasks for the DB
   let pool2 = pool.clone();
   thread::spawn(move || {
     scheduled_tasks::setup(pool2).expect("Couldn't set up scheduled_tasks");