1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

* Make the poll interval configurable.

This commit is contained in:
Eelco Dolstra 2009-03-30 11:34:03 +00:00
parent 096affb55b
commit 805144b705
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ clearStore
rm -f $SHARED.cur $SHARED.max
drvPath=$($nixinstantiate parallel.nix --argstr sleepTime 7)
drvPath=$($nixinstantiate parallel.nix --argstr sleepTime 8)
cmd="$nixstore -j1 -r $drvPath"