I just updated to NC10, and I notice that it take more than 10 secs to log in.
Anybody else have this issue?
config.php
<?php
$CONFIG = array (
'instanceid' => 'ocboc03zyp7e',
'passwordsalt' => 'removed',
'secret' => 'removed',
'trusted_domains' =>
array (
0 => '192.168.1.97',
1 => 'localhost',
2 => 'abc.xyz.com',
),
'datadirectory' => '/media/54bf67db-da31-4c50-bb3c-27140944b223/www/nextcloud/data',
'overwrite.cli.url' => 'https://abc.xyz.com',
'dbtype' => 'mysql',
'version' => '9.1.0.16',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_admin',
'dbpassword' => 'random_characters',
'logtimezone' => 'EST',
'installed' => true,
'log_type' => 'owncloud',
'log_authfailip' => true,
'allow_user_to_change_display_name' => true,
'memcache.local' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => 'true',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
0 =>
array (
0 => 'localhost',
1 => 11211,
),
),
'mail_smtpmode' => 'smtp',
'mail_smtpsecure' => 'ssl',
'mail_from_address' => 'user1',
'mail_domain' => 'yahoo.com',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => 'smtp.mail.yahoo.com',
'mail_smtpport' => '465',
'mail_smtpname' => 'abc@yahoo.com',
'mail_smtppassword' => 'xxxxx',
'theme' => '',
'loglevel' => 2,
'maintenance' => false,
'htaccess.RewriteBase' => '/',
'updater.release.channel' => 'stable',
);