[server] fix example of using 'MEMCACHE_SERVERS' setting

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2024-06-21 13:13:55 +02:00
parent a8f5be334c
commit 3186e23ecd
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ function project_footer($show_return, $show_date, $prefix) {
} }
//-------------- Caching //-------------- Caching
// format: "host:port:weight"
//define("MEMCACHE_SERVERS", "127.0.0.1:11211"); //define("MEMCACHE_SERVERS", "127.0.0.1:11211:50");
//-------------- Ops access control //-------------- Ops access control