mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Split the rendercache and pagecache.
The pagecache and rendercache have very different usage profiles.
This commit is contained in:
@@ -148,9 +148,8 @@ memcaches = 127.0.0.1:11211
|
||||
# caches to use for locking
|
||||
lockcaches = 127.0.0.1:11211
|
||||
stalecaches =
|
||||
# render caches (the second is "remote" and the local is optional but in the same format)
|
||||
local_rendercache =
|
||||
rendercaches = 127.0.0.1:11211
|
||||
pagecaches = 127.0.0.1:11211
|
||||
|
||||
# -- permacache options --
|
||||
# permacache is memcaches -> cassanda -> memcachedb
|
||||
|
||||
Reference in New Issue
Block a user