Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit d16a7ce

Browse files
committed
deploy: e509217
1 parent 7fc5e03 commit d16a7ce

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

config.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ hotpatch:
33
- https://raw.githubusercontent.com/ChenYFan/ClientWorker/gh-pages/cw.js
44
hotconfig:
55
- https://raw.githubusercontent.com/ChenYFan/ClientWorker/gh-pages/config.yaml
6+
cleaninterval: 1000*20
67
catch_rules:
78
- rule: _
89
transform_rules:
@@ -34,7 +35,7 @@ catch_rules:
3435

3536

3637
- search: _
37-
replace: docroot/[email protected].3/doc/docs/.vitepress/dist
38+
replace: docroot/[email protected].2/doc/docs/.vitepress/dist
3839

3940

4041
- search: ^https\:\/\/docroot
@@ -65,9 +66,8 @@ catch_rules:
6566
preflight: false
6667
timeout: 5000
6768
cache:
68-
expire: 1000*60
69-
delay: 200
70-
expired_delay: 500
69+
expire: 1000*10
70+
delay: 3000
7171

7272
- search: \.html$
7373
header:
@@ -120,7 +120,6 @@ catch_rules:
120120
timeout: 5000
121121
cache:
122122
enable: true
123-
expired_delay: 500
124123
expire: 1000*60*60*24*7
125124
delay: 150
126125

0 commit comments

Comments
 (0)