mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Add cache for parallel HTTP requests (#4879)
This commit is contained in:
@@ -926,7 +926,7 @@ pub fn serve<T: BeaconChainTypes>(
|
||||
.shuffling_cache
|
||||
.try_write_for(std::time::Duration::from_secs(1))
|
||||
{
|
||||
cache_write.insert_committee_cache(
|
||||
cache_write.insert_value(
|
||||
shuffling_id,
|
||||
&possibly_built_cache,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user