Quickly pattern for hash (#127)
This commit is contained in:
parent
294b8f9eb3
commit
d083795b90
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue