perf(recent): Limit up to 20 results returned by plugin

This commit is contained in:
Michael Aaron Murphy 2022-03-28 20:57:05 +02:00 committed by Michael Murphy
parent 37a827363b
commit 6c2f5324fe

View file

@ -83,6 +83,10 @@ impl App {
}),
)
.await;
if id == 19 {
break;
}
}
}
}