mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
nix-channels: Enable GC by default
This commit is contained in:
parent
143744c934
commit
07e533de8f
@ -30,7 +30,7 @@ else:
|
||||
|
||||
PATH_BATCH = int(os.getenv('NIX_MIRROR_PATH_BATCH', 8192))
|
||||
THREADS = int(os.getenv('NIX_MIRROR_THREADS', 10))
|
||||
DELETE_OLD = os.getenv('NIX_MIRROR_DELETE_OLD', '0') == '1'
|
||||
DELETE_OLD = os.getenv('NIX_MIRROR_DELETE_OLD', '1') == '1'
|
||||
RETAIN_DAYS = float(os.getenv('NIX_MIRROR_RETAIN_DAYS', 30))
|
||||
|
||||
STORE_DIR = 'store'
|
||||
|
Loading…
x
Reference in New Issue
Block a user