Files
reth/crates/trie
Yong Kang d96ba9ec21 Refactor proof worker initialization for lazy DB provider creation
- Changed the proof worker to lazily initialize the database provider and ProofTaskTx on the first job message instead of during worker spawn.
- This improves the worker's availability time by allowing it to mark itself as available immediately, reducing the startup overhead.
- Updated metrics to capture the duration of DB provider creation and proof transaction initialization only when they are actually created, enhancing performance tracking.
2025-10-30 21:56:50 +08:00
..