From ac4acbd5dab29e2c23d986a3dc9269b4edb84a5e Mon Sep 17 00:00:00 2001 From: SukkaBot Date: Thu, 22 Sep 2022 15:20:18 +0000 Subject: [PATCH] deploy: 00098c9ecc6a011316e2d003c77272821472a10d --- Build/build-reject-domainset.js | 4 ++++ index.html | 2 +- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Build/build-reject-domainset.js b/Build/build-reject-domainset.js index 1681940eb..f99da6e19 100644 --- a/Build/build-reject-domainset.js +++ b/Build/build-reject-domainset.js @@ -7,6 +7,8 @@ const { isCI } = require('ci-info'); const threads = isCI ? cpuCount : cpuCount / 2; (async () => { + console.time('Total time'); + /** @type Set */ const domainSets = new Set(); @@ -265,6 +267,8 @@ const threads = isCI ? cpuCount : cpuCount / 2; console.timeEnd(`* Dedupe from covered subdomain`); console.log(`Deduped ${previousSize - domainSets.size} rules!`); + console.timeEnd('Total time'); + return fsPromises.writeFile( pathResolve(__dirname, '../List/domainset/reject.conf'), `${[...domainSets].join('\n')}\n`, diff --git a/index.html b/index.html index aaea70c1c..752eea980 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

Sukka Surge Ruleset Server

Made by Sukka | Source @ GitHub | Licensed under AGPL-3.0

-

Last Updated: 2022-09-22T15:03:22.565Z

+

Last Updated: 2022-09-22T15:20:17.180Z



    diff --git a/package.json b/package.json index 9471293cf..c779648bf 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "@sukka/listdir": "^0.2.0", "@vercel/fetch-retry": "^5.1.3", - "ci-info": "^3.3.2", + "ci-info": "^3.4.0", "picocolors": "^1.0.0", "piscina": "^3.2.0", "table": "^6.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index be4d416b7..3b387af48 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,7 +3,7 @@ lockfileVersion: 5.4 specifiers: '@sukka/listdir': ^0.2.0 '@vercel/fetch-retry': ^5.1.3 - ci-info: ^3.3.2 + ci-info: ^3.4.0 picocolors: ^1.0.0 piscina: ^3.2.0 table: ^6.8.0 @@ -13,7 +13,7 @@ specifiers: dependencies: '@sukka/listdir': 0.2.0 '@vercel/fetch-retry': 5.1.3 - ci-info: 3.3.2 + ci-info: 3.4.0 picocolors: 1.0.0 piscina: 3.2.0 table: 6.8.0 @@ -135,8 +135,8 @@ packages: fsevents: 2.3.2 dev: true - /ci-info/3.3.2: - resolution: {integrity: sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==} + /ci-info/3.4.0: + resolution: {integrity: sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug==} dev: false /color-convert/2.0.1: