mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-23 22:56:08 +09:00
Better limit
This commit is contained in:
parent
ffcfca54ee
commit
5f63e2abfe
@ -187,7 +187,7 @@ export default Vue.extend({
|
||||
} else {
|
||||
this.$root.api('users/search', {
|
||||
query: this.q,
|
||||
limit: 30
|
||||
limit: 10
|
||||
}).then(users => {
|
||||
this.users = users;
|
||||
this.fetching = false;
|
||||
|
@ -115,7 +115,7 @@ export default Vue.extend({
|
||||
}
|
||||
this.$root.api('users/search', {
|
||||
query: this.q,
|
||||
max: 5
|
||||
limit: 10
|
||||
}).then(users => {
|
||||
this.result = users;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user