You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that TryOutboundProcessor will be called at different times on different machines (~5 seconds difference). This will degrade keysign performance.
This can partially be attributed desync based on the start time of zetaclient:
It seems that
TryOutboundProcessor
will be called at different times on different machines (~5 seconds difference). This will degrade keysign performance.This can partially be attributed desync based on the start time of zetaclient:
node/zetaclient/orchestrator/orchestrator.go
Line 292 in 08ff881
We should subscribe to new block events via websockets like this so that we can react to new block immediately without polling.
The text was updated successfully, but these errors were encountered: