Quickly pattern for hash (#127)

This commit is contained in:
Shiming Zhang 2022-05-11 15:36:36 +08:00 committed by GitHub
parent 294b8f9eb3
commit d083795b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
env: env:
INCREMENTAL: "true" INCREMENTAL: "true"
QUICKLY: "true" QUICKLY: "true"
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}' QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
PARALLET: "10" PARALLET: "10"
http_proxy: socks5://127.0.0.1:8080 http_proxy: socks5://127.0.0.1:8080
https_proxy: socks5://127.0.0.1:8080 https_proxy: socks5://127.0.0.1:8080

View File

@ -23,7 +23,7 @@ jobs:
env: env:
INCREMENTAL: "true" INCREMENTAL: "true"
QUICKLY: "true" QUICKLY: "true"
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}' QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
SYNC: "true" SYNC: "true"
PARALLET: "5" PARALLET: "5"
http_proxy: socks5://127.0.0.1:8080 http_proxy: socks5://127.0.0.1:8080