mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-11-01 23:00:55 +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:
|
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
|
||||||
|
|||||||
2
.github/workflows/deep-sync.yml
vendored
2
.github/workflows/deep-sync.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user