From: Dessalines Date: Tue, 1 Feb 2022 18:19:07 +0000 (-0500) Subject: Adding a test comment. (#2081) X-Git-Url: http://these/git/?a=commitdiff_plain;h=2ac6e1a46349c7b0d9e3462873efb4a5a622544d;p=lemmy.git Adding a test comment. (#2081) --- diff --git a/src/main.rs b/src/main.rs index 2d3adc58..74f92fd1 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");