limits
This commit is contained in:
parent
67d080fecc
commit
327495c9f0
|
@ -94,7 +94,8 @@ if (props.src === 'antenna') {
|
|||
query = {
|
||||
origin: 'combined',
|
||||
offsetMode: true,
|
||||
days: 30,
|
||||
days: 10,
|
||||
limit: 20,
|
||||
}
|
||||
connection = stream.useChannel('main');
|
||||
connection.on('note', prepend);
|
||||
|
|
|
@ -16,11 +16,11 @@ import { i18n } from '@/i18n';
|
|||
|
||||
const paginationForLocal = {
|
||||
endpoint: 'notes/featured' as const,
|
||||
limit: 10,
|
||||
limit: 20,
|
||||
origin: 'local',
|
||||
offsetMode: true,
|
||||
params: {
|
||||
days: 14,
|
||||
days: 5,
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -30,7 +30,6 @@ const paginationForRemote = {
|
|||
offsetMode: true,
|
||||
params: {
|
||||
origin: 'remote',
|
||||
days: 7,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue