This commit is contained in:
Kainoa Kanter 2023-04-07 16:46:02 -07:00
parent b3c166976c
commit 3149b3a803
1 changed files with 2 additions and 2 deletions

View File

@ -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);