Skip to content

Commit

Permalink
Fixed memcached server settings (jsuto#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Janos SUTO <sj@acts.hu>
  • Loading branch information
jsuto authored Jul 24, 2024
1 parent fef7e34 commit 66a1a71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.php.in
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,7 @@ $config['CSS_CODE'] = '
$SUPPRESS_RECIPIENTS = array();


$memcached_servers = array(
array('127.0.0.1', 11211)
);
$memcached_server = ['127.0.0.1', 11211];

$partitions_to_monitor = array('/', '/home', '/var', '/var/piler', '/tmp');
$config['DATA_PARTITION'] = '/var';
Expand Down

0 comments on commit 66a1a71

Please sign in to comment.