fix 256KB
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Norman Köhring 9 months ago
parent 6e23cccd17
commit 6ed4f503ff

@ -14,7 +14,7 @@ import {
const INPUT_FILE = Deno.args[0] ?? "./pages.txt";
const OUTPUT_PATH = Deno.args[1] ?? "./content"; // results are written here
const RECHECK_THRESHOLD = 60 * 60 * 24 * 7 * 1000; // recheck pages older than 1 week
const REJECT_THRESHOLD = 262144; // 256kb (duh)
const REJECT_THRESHOLD = 262144; // 256KB (duh)
const PARALLEL_JOBS = 3; // max YLT jobs
const now = Date.now();

@ -1,7 +1,7 @@
{
"name": "the-250kb-club-ng",
"version": "0.0.1",
"description": "Exclusive club of websites that weigh 256kb or less",
"description": "Exclusive club of websites that weigh 256KB or less",
"main": "index.ts",
"repository": "https://git.k0r.in/n/the-250kb-club",
"author": "koehr <n@koehr.in>",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -13,7 +13,7 @@
The <em>250KB Club</em> is a collection of web pages that focus on
performance, efficiency and accessibility.
</p>
<p class="big">Websites in this list must not exceed 256kb <em>compressed</em> size!</p>
<p class="big">Websites in this list must not exceed 256KB <em>compressed</em> size!</p>
<p>
Yes, compressed size. It makes much more sense because it allows
for a lot of text to be transferred without having a big impact on the

Loading…
Cancel
Save