Adding a test comment. (#2081)

pull/2079/head^2
Dessalines 2 years ago committed by GitHub
parent d71e1c06e2
commit 2ac6e1a463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save