Decrease priority in nix-cache-info

This commit is contained in:
Zhaofeng Li 2023-05-08 12:59:57 -06:00
parent 3d11719e64
commit 7b5da1fb69

View file

@ -135,7 +135,7 @@ async fn get_nix_cache_info() -> &'static str {
// TODO: Make StoreDir configurable
r#"WantMassQuery: 1
StoreDir: /nix/store
Priority: 39
Priority: 41
"#
}