You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change default large-payload threshold to 256 KiB (262,144 bytes)
Mirror the .NET SDK default change (microsoft/durabletask-dotnet#755):
lower LargePayloadStorageOptions.threshold_bytes from 900,000 to 262,144
bytes (256 KiB). Update the example (raise the demo payload so it still
externalizes above the new threshold), repo docs, and the default-value
test. Behavioral change, not source/binary breaking.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## Unreleased
9
9
10
+
CHANGED
11
+
12
+
- Changed the default large-payload externalization threshold (`LargePayloadStorageOptions.threshold_bytes`) from 900,000 bytes to 262,144 bytes (256 KiB), matching the .NET SDK default. Behavioral change (not source/binary breaking): payloads larger than 256 KiB are now externalized by default.
0 commit comments