diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2024-06-29 20:27:11 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2024-06-29 20:27:11 +1000 |
commit | a61f03cfbf62eb006e6bd845694f18d40101d4e8 (patch) | |
tree | 30c7a00c956e61ed2c54c4893cb449eae5bf55da /configure.tcl | |
parent | 252ad2b3446457e95fb7bb41829bc24304090232 (diff) |
Added cache
Diffstat (limited to 'configure.tcl')
-rwxr-xr-x | configure.tcl | 6 |
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/} + } + } } |