David
David
> The user cannot `--flag=false` because boolean flags are interfaced as either present or absent. That is pretty surprising (not a good thing when it comes to UX). I think...
Syncing is very disk IO dependent so your SSD is likely the bottleneck here (rather than your network bandwidth). There are also "bumps" in the chain where things slow down...
> overlayrecent/db is the blockchain? You are correct. The folder name is a bit obscure but it matches one of a few different database operation modes.
> Many people who use the latest 2.7.2 parity meet the similiar problem. 2.7.2 makes changes to the database layout on disk that can cause significant reshuffling of data to...
By "Option B", do you mean option 2?
@deanstef there has been some movement, and we merged https://github.com/paritytech/parity-ethereum/pull/11151 today. If anyone could try to compile from master and see if that improves the situation it'd be fantastic. On...
> At least it causes the issue when calling through my code (which is C++ and uses Curl). I tried reproducing with a straight call to curl from the command...
> Are you sure this will fix the issue related to high RPC workloads? No. I am sure it improves the resource usage but just how much an improvement it...
@deanstef parity’s http impl is no worse or better than other http servers and if the client disconnects prematurely without giving notice, `BrokenPipe` errors are to be expected. If your...
CI failure seems spurious.