mirror of
https://github.com/safing/portbase
synced 2025-09-02 02:29:59 +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,
|
q: q,
|
||||||
local: i.options.Local,
|
local: i.options.Local,
|
||||||
internal: i.options.Internal,
|
internal: i.options.Internal,
|
||||||
Feed: make(chan record.Record, 100),
|
Feed: make(chan record.Record, 1000),
|
||||||
}
|
}
|
||||||
c.addSubscription(sub)
|
c.addSubscription(sub)
|
||||||
return sub, nil
|
return sub, nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue