attic: concurency is configurable now
This commit is contained in:
parent
3aeffe9897
commit
ee806629db
3 changed files with 6 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
attic = {
|
||||
url = "github:cything/attic/32";
|
||||
url = "github:cything/attic/9df5db35697a3a3eedcb2ef79b09f50bc62da81f";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
min-size = 0;
|
||||
avg-size = 0;
|
||||
max-size = 0;
|
||||
concurrent-chunk-uploads = 32;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue