Skip to content

Commit

Permalink
feat: optimize performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan256 committed May 23, 2024
1 parent 08a5726 commit aa4cb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ua/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/gopcua/opcua/errors"
)

const DefaultBufSize = 1024
const DefaultBufSize = 256

type Stream struct {
buf []byte
Expand Down

0 comments on commit aa4cb1c

Please sign in to comment.