Closed adelowo closed 1 year ago
Fixes https://github.com/base-org/pessimism/issues/88
I have migrated the health checks to make use of sync.WaitGroup. this allows both checks for the L1 and L2 to be run concurrently instead of sequentially.
sync.WaitGroup
Fixes 88
Fixes https://github.com/base-org/pessimism/issues/88
Changes proposed
I have migrated the health checks to make use of
sync.WaitGroup
. this allows both checks for the L1 and L2 to be run concurrently instead of sequentially.Screenshots (Optional)
Note to reviewers