mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-07 23:12:46 +08:00
Quickly pattern for hash (#127)
This commit is contained in:
2
.github/workflows/deep-check.yml
vendored
2
.github/workflows/deep-check.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
env:
|
||||
INCREMENTAL: "true"
|
||||
QUICKLY: "true"
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}'
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
||||
PARALLET: "10"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
|
2
.github/workflows/deep-sync.yml
vendored
2
.github/workflows/deep-sync.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
env:
|
||||
INCREMENTAL: "true"
|
||||
QUICKLY: "true"
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}'
|
||||
QUICKLY_PATTERN: '[0-9]+(\.[0-9]+){2}|[0-9a-fA-F]{16}'
|
||||
SYNC: "true"
|
||||
PARALLET: "5"
|
||||
http_proxy: socks5://127.0.0.1:8080
|
||||
|
Reference in New Issue
Block a user