Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurable packet size maximum #234

Merged
merged 2 commits into from May 8, 2024

Conversation

IanMcCurdy
Copy link
Collaborator

Packet size limits are set via the packetSize and packetSizeLimit Connection properties. packetSize default is still 2^17 bytes. packetSizeLimit default and minimum are packetSize. If packets larger than packetSizeLimit must be allocated, an error will be raised instead. LOB data will be subject to packetSize rather than packetSizeLimit.

Packet size limits are set via the packetSize and packetSizeLimit
Connection properties. packetSize default is still 2^17 bytes.
packetSizeLimit default and minimum are packetSize. If packets
larger than packetSizeLimit must be allocated, an error will be
raised instead. LOB data will be subject to packetSize rather
than packetSizeLimit.
@IanMcCurdy IanMcCurdy merged commit d4a4c35 into SAP:master May 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants