You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HybridCacheBuilder::new().memory(4096).storage().with_device_config(DirectFsDeviceOptionsBuilder::new(cache_path.clone()).with_capacity(4096*1024*1024).build(),).with_admission_picker(Arc::new(RateLimitPicker::new(4096*1024*1024,))).with_flushers(6).with_flush(true).with_reclaimers(6).with_clean_region_threshold(8).build().await.expect("failed to create cache"),
The text was updated successfully, but these errors were encountered:
Error messages:
Config:
The text was updated successfully, but these errors were encountered: