diff --git a/ua/stream.go b/ua/stream.go index 9f5d39ed..27063e0a 100644 --- a/ua/stream.go +++ b/ua/stream.go @@ -9,7 +9,7 @@ import ( "github.com/gopcua/opcua/errors" ) -const DefaultBufSize = 1024 +const DefaultBufSize = 256 type Stream struct { buf []byte