limits
This commit is contained in:
parent
b3c166976c
commit
3149b3a803
|
@ -94,8 +94,8 @@ if (props.src === 'antenna') {
|
||||||
query = {
|
query = {
|
||||||
origin: 'combined',
|
origin: 'combined',
|
||||||
offsetMode: true,
|
offsetMode: true,
|
||||||
days: 10,
|
days: 5,
|
||||||
limit: 20,
|
limit: 10,
|
||||||
}
|
}
|
||||||
connection = stream.useChannel('main');
|
connection = stream.useChannel('main');
|
||||||
connection.on('note', prepend);
|
connection.on('note', prepend);
|
||||||
|
|
Loading…
Reference in New Issue