Adding a test comment.

This commit is contained in:
Dessalines 2022-02-01 11:42:05 -05:00
parent d71e1c06e2
commit 813ba6ee31

View 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");