From 3186e23ecd3df48e0105b3a692225128d5da300a Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Fri, 21 Jun 2024 13:13:55 +0200 Subject: [PATCH] [server] fix example of using 'MEMCACHE_SERVERS' setting Signed-off-by: Vitalii Koshura --- html/project.sample/project.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/project.sample/project.inc b/html/project.sample/project.inc index 3ce4d7a71f..ab458d6b0c 100644 --- a/html/project.sample/project.inc +++ b/html/project.sample/project.inc @@ -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