mirror of https://github.com/LemmyNet/lemmy.git
Adding a test comment.
parent
d71e1c06e2
commit
813ba6ee31
|
@ -73,6 +73,7 @@ async fn main() -> Result<(), LemmyError> {
|
||||||
})
|
})
|
||||||
.await??;
|
.await??;
|
||||||
|
|
||||||
|
// Schedules various cleanup tasks for the DB
|
||||||
let pool2 = pool.clone();
|
let pool2 = pool.clone();
|
||||||
thread::spawn(move || {
|
thread::spawn(move || {
|
||||||
scheduled_tasks::setup(pool2).expect("Couldn't set up scheduled_tasks");
|
scheduled_tasks::setup(pool2).expect("Couldn't set up scheduled_tasks");
|
||||||
|
|
Loading…
Reference in New Issue