Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
mimonelu committed Jun 5, 2024
1 parent c6baa1c commit 06d2527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as fs from "fs"
import * as path from "path"
import { fileURLToPath } from "url"

const TERM_DAYS = 2
const MAX_ITERATIONS = 20
const TERM_DAYS = 1
const MAX_ITERATIONS = 10
const OFFICIAL_URL_SUFFIX = ".bsky.network"

const now = new Date()
Expand Down Expand Up @@ -251,7 +251,7 @@ function createReadMe (currentData) {
}).join("\n")
const readMe = `# ⭐ Klearlist
Klearlist is a ATProtocol's PDS list. Note, this list is a partial, not an all.
Klearlist is ATProtocol's PDS list. Note, this list is a partial, not an all.
JSON file is [here](./list.json) .
Expand Down

0 comments on commit 06d2527

Please sign in to comment.