mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +00:00
Increase API subscription buffer
This commit is contained in:
parent
ab05357b51
commit
56e112f484
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ func (i *Interface) Subscribe(q *query.Query) (*Subscription, error) {
|
|||
q: q,
|
||||
local: i.options.Local,
|
||||
internal: i.options.Internal,
|
||||
Feed: make(chan record.Record, 100),
|
||||
Feed: make(chan record.Record, 1000),
|
||||
}
|
||||
c.addSubscription(sub)
|
||||
return sub, nil
|
||||
|
|
Loading…
Add table
Reference in a new issue