mirror of
https://github.com/sim1222/misskey.git
synced 2025-05-05 13:47:25 +09:00
Increase display instances limit
This commit is contained in:
parent
4157ea8bc3
commit
34e7c99283
@ -170,7 +170,7 @@ export default Vue.extend({
|
|||||||
target: null,
|
target: null,
|
||||||
sort: '+lastCommunicatedAt',
|
sort: '+lastCommunicatedAt',
|
||||||
state: 'all',
|
state: 'all',
|
||||||
limit: 50,
|
limit: 100,
|
||||||
instances: [],
|
instances: [],
|
||||||
chart: null,
|
chart: null,
|
||||||
chartSrc: 'requests',
|
chartSrc: 'requests',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user