summaryrefslogtreecommitdiffstats
path: root/seed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'seed.sh')
-rwxr-xr-xseed.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/seed.sh b/seed.sh
index f6f817d..bdfe71e 100755
--- a/seed.sh
+++ b/seed.sh
@@ -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"