Skip to content

Commit

Permalink
Control test with MaxLogsKept=0 to confirm whether the new query is t…
Browse files Browse the repository at this point in the history
…he problem.
  • Loading branch information
reductionista committed Aug 29, 2024
1 parent f10f18e commit 814b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/relay/evm/contract_transmitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func NewOCRContractTransmitter(
Name: transmitterFilterName(address),
EventSigs: []common.Hash{transmitted.ID},
Retention: 10 * time.Minute,
Addresses: []common.Address{address}, MaxLogsKept: 100000},
Addresses: []common.Address{address}, MaxLogsKept: 0},
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 814b898

Please sign in to comment.