0xPolygonHermez / zkevm-node

Go implementation of a node that operates the Polygon zkEVM Network
Other
538 stars 697 forks source link

Kill inactive datastream clients #3727

Closed agnusmor closed 4 months ago

agnusmor commented 4 months ago

What does this PR do?

Kills inactive datastream clients that reached the inactivity timeout. The following config parameters has been added:

[Sequencer.StreamServer] InactivityTimeout = "120s" InactivityCheckInterval = "5s"

Reviewers

Main reviewers:

@ToniRamirezM