typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@106 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
afa7c84142
commit
224275c1f6
|
@ -39,8 +39,8 @@ HEAD;
|
|||
<b>Compiling: </b>Compiling flag, "yes" if the cache is busy compiling php script
|
||||
<b>Hits: </b>Cache Hits, hit=a var/php is loaded from this cache
|
||||
<b>Misses: </b>Cache Misses, miss=a var/php is requested but not in the cache
|
||||
<b>CLogs: </b>Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked)
|
||||
for the cache busy compiling
|
||||
<b>Clogs: </b>Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked)
|
||||
when the cache is busy compiling already
|
||||
<b>OOMs: </b>Out Of Memory, how many times a new item should be stored but there isn't
|
||||
enough memory in the cache, think of increasing the xcache.size or xcache.var_size
|
||||
<b>Protected: </b>Whether readonly_protection is available and enable on this cache
|
||||
|
|
Loading…
Reference in New Issue