# when modifying, remember to update the kube version of this file kube/resources/temporal.yaml frontend.enableClientVersionCheck: - value: true constraints: {} history.persistenceMaxQPS: - value: 3000 constraints: {} frontend.persistenceMaxQPS: - value: 3000 constraints: {} frontend.historyMgrNumConns: - value: 30 constraints: {} frontend.throttledLogRPS: - value: 20 constraints: {} history.historyMgrNumConns: - value: 50 constraints: {} system.advancedVisibilityWritingMode: - value: "off" constraints: {} history.defaultActivityRetryPolicy: - value: InitialIntervalInSeconds: 1 MaximumIntervalCoefficient: 100.0 BackoffCoefficient: 2.0 MaximumAttempts: 0 history.defaultWorkflowRetryPolicy: - value: InitialIntervalInSeconds: 1 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: {}