Skip to content

Commit

Permalink
rpc bottleneck: block files mutex (e3) (#11156)
Browse files Browse the repository at this point in the history
for: #11090

thank you [tholcman](https://github.com/tholcman) for finding
  • Loading branch information
AskAlexSharov authored Jul 15, 2024
1 parent 5ec0362 commit 7887f65
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 72 deletions.
9 changes: 9 additions & 0 deletions cmd/rpctest/getBlockByNumber.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"jsonrpc": "2.0",
"method": "eth_getBlockByNumber",
"params": [
"0x4C4B40",
false
],
"id": 537758
}
1 change: 0 additions & 1 deletion cmd/rpctest/getLogs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"jsonrpc": "2.0",
"method": "eth_getLogs",
Expand Down
Loading

0 comments on commit 7887f65

Please sign in to comment.