Skip to content

Commit 2d6d110

Browse files
authored
Turns off CacheInvalidation setting in UV. (#808)
1 parent 2e668b3 commit 2d6d110

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

config/uv/uv_config.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,24 @@
33
"rightPanelEnabled": true
44
},
55
"modules": {
6+
"contentLeftPanel": {
7+
"options": {
8+
"thumbsCacheInvalidation": {
9+
"enabled": false
10+
}
11+
}
12+
},
613
"footerPanel": {
714
"options": {
815
"downloadEnabled": false,
916
"fullscreenEnabled": false,
1017
"shareEnabled": false
1118
}
12-
}
19+
},
1320
"pagingHeaderPanel": {
1421
"options": {
1522
"pagingToggleEnabled": true
1623
}
17-
},
24+
}
1825
}
1926
}

config/uv/uv_config_liberal.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
"rightPanelEnabled": true
44
},
55
"modules": {
6+
"contentLeftPanel": {
7+
"options": {
8+
"thumbsCacheInvalidation": {
9+
"enabled": false
10+
}
11+
}
12+
},
613
"footerPanel": {
714
"options": {
815
"downloadEnabled": true,

0 commit comments

Comments
 (0)