mirror of https://github.com/BOINC/boinc.git
[server] fix example of using 'MEMCACHE_SERVERS' setting
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
a8f5be334c
commit
3186e23ecd
|
@ -138,8 +138,8 @@ function project_footer($show_return, $show_date, $prefix) {
|
|||
}
|
||||
|
||||
//-------------- Caching
|
||||
|
||||
//define("MEMCACHE_SERVERS", "127.0.0.1:11211");
|
||||
// format: "host:port:weight"
|
||||
//define("MEMCACHE_SERVERS", "127.0.0.1:11211:50");
|
||||
|
||||
//-------------- Ops access control
|
||||
|
||||
|
|
Loading…
Reference in New Issue