perf(recent): Limit up to 20 results returned by plugin
This commit is contained in:
parent
37a827363b
commit
6c2f5324fe
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ impl App {
|
|||
}),
|
||||
)
|
||||
.await;
|
||||
|
||||
if id == 19 {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue