From ee806629db536956a1b26dda14ab09fc4e449a3f Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 7 Jan 2025 22:41:46 -0500 Subject: [PATCH] attic: concurency is configurable now --- flake.lock | 8 ++++---- flake.nix | 2 +- hosts/chunk/attic.nix | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6ca5f24..35db661 100644 --- a/flake.lock +++ b/flake.lock @@ -12,17 +12,17 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1736241594, - "narHash": "sha256-Sf6MWdljMgvzpzEMIAvA8nJqncIY+qGHUjDTQLl6BlA=", + "lastModified": 1736305328, + "narHash": "sha256-OGY1hFiDZzDi6cPuD/4Za23TkerPfVv7Nx9ded8w3lk=", "owner": "cything", "repo": "attic", - "rev": "81c2370c17c724935902732cfe3433f8562511fc", + "rev": "9df5db35697a3a3eedcb2ef79b09f50bc62da81f", "type": "github" }, "original": { "owner": "cything", - "ref": "32", "repo": "attic", + "rev": "9df5db35697a3a3eedcb2ef79b09f50bc62da81f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 3acb17c..bd44262 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; attic = { - url = "github:cything/attic/32"; + url = "github:cything/attic/9df5db35697a3a3eedcb2ef79b09f50bc62da81f"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/hosts/chunk/attic.nix b/hosts/chunk/attic.nix index c442f94..2f84394 100644 --- a/hosts/chunk/attic.nix +++ b/hosts/chunk/attic.nix @@ -27,6 +27,7 @@ min-size = 0; avg-size = 0; max-size = 0; + concurrent-chunk-uploads = 32; }; }; };