mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 09:45:31 +00:00
add memory cache for compiled pages
This commit is contained in:
parent
e029894909
commit
3f2bc0b0da
3 changed files with 44 additions and 5 deletions
|
|
@ -7,6 +7,16 @@
|
|||
"port":1965
|
||||
}
|
||||
},
|
||||
"memcached":
|
||||
{
|
||||
"server":
|
||||
{
|
||||
"host":"127.0.0.1",
|
||||
"port":11211,
|
||||
"timeout":3600,
|
||||
"namespace":""
|
||||
}
|
||||
},
|
||||
"dokuwiki":
|
||||
{
|
||||
"uri":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue