Skip to content

Commit

Permalink
increase blob size limit (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor committed Apr 1, 2021
1 parent 0b6a983 commit da68a24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions temporal/dynamicconfig/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ history.defaultWorkflowRetryPolicy:
MaximumIntervalCoefficient: 100.0
BackoffCoefficient: 2.0
MaximumAttempts: 0
# Limit for responses. This mostly impacts discovery jobs since they have the largest responses.
limit.blobSize.error:
- value: 15728640 # 15MB
constraints: {}
limit.blobSize.warn:
- value: 10485760 # 10MB
constraints: {}

0 comments on commit da68a24

Please sign in to comment.