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:
parent
096affb55b
commit
805144b705
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue