mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
Replaces the RocksDB based queue for pending world state download tasks with one that uses a simple file. Added tasks are appended to the file while the reader starts from the beginning of the file and reads forwards. Periodically a new file is started to limit the disk space used. The reader deletes files it has completed reading. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>