diff options
Diffstat (limited to 'seed.sh')
| -rwxr-xr-x | seed.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,8 +7,7 @@ TOTAL=${1:-500} SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd) BASE_DIR="$SCRIPT_DIR/_site/log" -# Target size: 16000 bytes is ~15.6 KB -CONTENT_SIZE=16000 +CONTENT_SIZE=8000 # Ensure the target directory exists mkdir -p "$BASE_DIR" |
