EYBlockchain / timber

Construct a Merkle Tree database from Ethereum logs.
Other
67 stars 19 forks source link

feat: adding mutex to avoid race condition #152

Closed andresobandoalfaro closed 6 months ago

andresobandoalfaro commented 6 months ago

I added a mutex that will be shared between a couple of services to try to avoid some race conditions we are experimenting while running intensive requests.