Skip to content

Commit fd07991

Browse files
Update
1 parent 6056294 commit fd07991

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
pip3 --version
6161
mkdir -p cache
6262
ls -lh cache
63+
ulimit -a
6364
6465
- name: Setup
6566
run: |
@@ -76,9 +77,6 @@ jobs:
7677
# make all
7778
# ./scripts/process_all.sh
7879
set -x
79-
ulimit -a
80-
ulimit -n unlimited
81-
ulimit -a
8280
8381
# Remove wildcard domains from `cache/nxdomains`
8482
if [ -s cache/nxdomains ]; then

scripts/process.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import dns.rcode
2121
import util
2222

23-
MAX_WORKERS = 200
23+
MAX_WORKERS = 150
2424
DNS_TIMEOUT = 5 # in seconds
2525
DNS_SERVERS = [ # Use multiple DNS servers to avoid rate limit
2626
# Cloudflare
@@ -36,8 +36,8 @@
3636
'149.112.112.112',
3737

3838
# OpenDNS
39-
'208.67.222.222',
40-
'208.67.220.220',
39+
# '208.67.222.222',
40+
# '208.67.220.220',
4141

4242
# Control D
4343
# '76.76.2.0',

0 commit comments

Comments
 (0)