File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 },
5050 "ChainWrite" : {
5151 "TargetsLimit" : " 10" ,
52- "ReportSizeLimit" : " 1kb " ,
52+ "ReportSizeLimit" : " 5kb " ,
5353 "EVM" : {
5454 "TransactionGasLimit" : " 5000000"
5555 }
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ FilterTopicsPerSlotLimit = '10'
5050
5151[PerWorkflow .ChainWrite ]
5252TargetsLimit = ' 10'
53- ReportSizeLimit = ' 1kb '
53+ ReportSizeLimit = ' 5kb '
5454
5555[PerWorkflow .ChainWrite .EVM ]
5656TransactionGasLimit = ' 5000000'
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ var Default = Schema{
9797
9898 ChainWrite : chainWrite {
9999 TargetsLimit : Int (10 ),
100- ReportSizeLimit : Size (config .KByte ),
100+ ReportSizeLimit : Size (5 * config .KByte ),
101101 EVM : evmChainWrite {
102102 TransactionGasLimit : Uint64 (5_000_000 ),
103103 },
You can’t perform that action at this time.
0 commit comments