mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-01 10:43:39 -07:00
global: better caching
This commit is contained in:
@@ -57,7 +57,7 @@ impl Server {
|
||||
query: query.clone(),
|
||||
data_path,
|
||||
website,
|
||||
cache: Arc::new(Cache::new(5_000)),
|
||||
cache: Arc::new(Cache::new(1_000)),
|
||||
started_at: jiff::Timestamp::now(),
|
||||
started_instant: Instant::now(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user