Closed Ahmad-mtos closed 3 days ago
[!IMPORTANT] Fix configuration values in temporal-postgres.yaml by replacing expressions with evaluated integers. Configuration Changes: In temporal-postgres.yaml, change limit.blobSize.error value from 4*1024*1024 to 4194304. Change limit.historySize.error value from 100*1024*1024 to 104857600. Change limit.historyCount.error value from 100*1024 to 102400. This description was created by for 4a9080fa1aaf073889bfd7b247ab4e680361a5ee. It will automatically update as commits are pushed.
[!IMPORTANT] Fix configuration values in temporal-postgres.yaml by replacing expressions with evaluated integers.
temporal-postgres.yaml
limit.blobSize.error
4*1024*1024
4194304
limit.historySize.error
100*1024*1024
104857600
limit.historyCount.error
100*1024
102400
This description was created by for 4a9080fa1aaf073889bfd7b247ab4e680361a5ee. It will automatically update as commits are pushed.