mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-15 08:17:02 +00:00
This adds a lock around requests because some routers can't handle concurrent requests. Requests are also rate-limited. The Map function request a new mapping exactly when the map timeout occurs instead of 5 minutes earlier. This should prevent duplicate mappings.