summaryrefslogtreecommitdiff
path: root/configure.tcl
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2024-06-29 20:27:11 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2024-06-29 20:27:11 +1000
commita61f03cfbf62eb006e6bd845694f18d40101d4e8 (patch)
tree30c7a00c956e61ed2c54c4893cb449eae5bf55da /configure.tcl
parent252ad2b3446457e95fb7bb41829bc24304090232 (diff)
Added cache
Diffstat (limited to 'configure.tcl')
-rwxr-xr-xconfigure.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.tcl b/configure.tcl
index 717a59d..5691763 100755
--- a/configure.tcl
+++ b/configure.tcl
@@ -8,6 +8,12 @@ namespace eval http {
# A proc 'main' which is what the server will execute to get information.
# A list $targets which have all the valid targets.
variable hook_namespace {}
+
+ namespace eval cache {
+ variable precache {
+ {/fonts/}
+ }
+ }
}