Show More
@@ -31,9 +31,11 b' cache_meta = None' | |||||
31 |
|
31 | |||
32 |
|
32 | |||
33 | def includeme(config): |
|
33 | def includeme(config): | |
|
34 | return # don't init cache currently for faster startup time | |||
|
35 | ||||
34 | # init our cache at start |
|
36 | # init our cache at start | |
35 | settings = config.get_settings() |
|
37 | # settings = config.get_settings() | |
36 | get_archival_cache_store(settings) |
|
38 | # get_archival_cache_store(settings) | |
37 |
|
39 | |||
38 |
|
40 | |||
39 | def get_archival_config(config): |
|
41 | def get_archival_config(config): |
General Comments 0
You need to be logged in to leave comments.
Login now