diff options
Diffstat (limited to '_site/cgi-bin/seed.sh')
| -rwxr-xr-x | _site/cgi-bin/seed.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_site/cgi-bin/seed.sh b/_site/cgi-bin/seed.sh index 9d85108..5ae14df 100755 --- a/_site/cgi-bin/seed.sh +++ b/_site/cgi-bin/seed.sh @@ -1,7 +1,7 @@ #!/bin/ksh # Set the number of files/dirs -TOTAL=10000 +TOTAL=500 # Approximate size in blocks BLOCK_SIZE=16 COUNT=1 |
