comparison development.ini @ 1607:e886f91fcb71 beta

Cached readme generation - cleaned up cache system
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 28 Oct 2011 02:40:22 +0200
parents e060b2be1ea5
children de71a4bde097
comparison
equal deleted inserted replaced
1606:a30689fc4f61 1607:e886f91fcb71
89 89
90 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long 90 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
91 91
92 beaker.cache.super_short_term.type=memory 92 beaker.cache.super_short_term.type=memory
93 beaker.cache.super_short_term.expire=10 93 beaker.cache.super_short_term.expire=10
94 beaker.cache.super_short_term.key_length = 256
94 95
95 beaker.cache.short_term.type=memory 96 beaker.cache.short_term.type=memory
96 beaker.cache.short_term.expire=60 97 beaker.cache.short_term.expire=60
98 beaker.cache.short_term.key_length = 256
97 99
98 beaker.cache.long_term.type=memory 100 beaker.cache.long_term.type=memory
99 beaker.cache.long_term.expire=36000 101 beaker.cache.long_term.expire=36000
102 beaker.cache.long_term.key_length = 256
100 103
101 beaker.cache.sql_cache_short.type=memory 104 beaker.cache.sql_cache_short.type=memory
102 beaker.cache.sql_cache_short.expire=10 105 beaker.cache.sql_cache_short.expire=10
106 beaker.cache.sql_cache_short.key_length = 256
103 107
104 beaker.cache.sql_cache_med.type=memory 108 beaker.cache.sql_cache_med.type=memory
105 beaker.cache.sql_cache_med.expire=360 109 beaker.cache.sql_cache_med.expire=360
110 beaker.cache.sql_cache_med.key_length = 256
106 111
107 beaker.cache.sql_cache_long.type=file 112 beaker.cache.sql_cache_long.type=file
108 beaker.cache.sql_cache_long.expire=3600 113 beaker.cache.sql_cache_long.expire=3600
114 beaker.cache.sql_cache_long.key_length = 256
109 115
110 #################################### 116 ####################################
111 ### BEAKER SESSION #### 117 ### BEAKER SESSION ####
112 #################################### 118 ####################################
113 ## Type of storage used for the session, current types are 119 ## Type of storage used for the session, current types are