fixed a couple bugs and added size aware file cache
This commit is contained in:
parent
cb2bf8dcaf
commit
d72dd21826
9 changed files with 87 additions and 12 deletions
|
|
@ -34,6 +34,10 @@ uploadsPath = /data/WebGUI/www/uploads
|
|||
|
||||
#fileCacheRoot=/path/to/cache
|
||||
|
||||
# Tell WebGUI how big to let the file cache grow in bytes.
|
||||
|
||||
fileCacheSizeLimit=100000000
|
||||
|
||||
# Support for the memcached distributed caching system.
|
||||
# See http://www.danga.com/memcached/ for details on memcached.
|
||||
# Uncomment this and point it to your memcached server(s). Use a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue