mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
feat: increase default MaxQueueLen
This commit is contained in:
parent
d403f2b8ae
commit
d08d549270
@ -38,7 +38,7 @@ func (s *NfqueueServer) Start() error {
|
||||
return fmt.Errorf("NfqueueServer.Handler is nil")
|
||||
}
|
||||
if s.MaxQueueLen <= 0 {
|
||||
s.MaxQueueLen = 2000
|
||||
s.MaxQueueLen = 4000
|
||||
}
|
||||
if s.MaxPacketLen <= 0 {
|
||||
s.MaxPacketLen = 1600
|
||||
|
||||
Loading…
Reference in New Issue
Block a user