From 813ba6ee316d127d761f8a48848a0dffb100fa9c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 1 Feb 2022 11:42:05 -0500 Subject: [PATCH] Adding a test comment. --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 2d3adc584..74f92fd17 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");