File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ class PayloadLimitsConfig:
12121212 """Configuration for when uploaded payload sizes exceed the Temporal server's limits."""
12131213
12141214 memo_upload_error_disabled : bool = False
1215- """Field indiciating that the memo size checks should be disabled in the SDK.
1215+ """Field indicating that the memo size checks should be disabled in the SDK.
12161216
12171217 A value of False will cause the SDK to fail tasks that attempt to upload memos
12181218 with a size that is over the Temporal server memo limit. A value of True will
@@ -1225,7 +1225,7 @@ class PayloadLimitsConfig:
12251225 """The limit (in bytes) at which a memo size warning is logged."""
12261226
12271227 payload_upload_error_disabled : bool = False
1228- """Field indiciating that the payload size checks should be disabled in the SDK.
1228+ """Field indicating that the payload size checks should be disabled in the SDK.
12291229
12301230 A value of False will cause the SDK to fail tasks that attempt to upload payloads
12311231 with a size that is over the Temporal server payloads limit. A value of True will
You can’t perform that action at this time.
0 commit comments