]> Untitled Git - lemmy.git/commitdiff
Adding a test comment. (#2081)
authorDessalines <dessalines@users.noreply.github.com>
Tue, 1 Feb 2022 18:19:07 +0000 (13:19 -0500)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 18:19:07 +0000 (18:19 +0000)
src/main.rs

index 2d3adc584f0a286570c106ff7b1e4fef7ce64862..74f92fd178f4bd93f3cfbec4b2937e42acc08f78 100644 (file)
@@ -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");