mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout ; merged from MOODLE_18_STABLE
This commit is contained in:
parent
d19d228e7c
commit
5671e77f13
@ -695,7 +695,7 @@ class auth_plugin_mnet extends auth_plugin_base {
|
||||
function process_config($config) {
|
||||
// set to defaults if undefined
|
||||
if (!isset ($config->rpc_negotiation_timeout)) {
|
||||
$config->host = '30';
|
||||
$config->rpc_negotiation_timeout = '30';
|
||||
}
|
||||
if (!isset ($config->auto_add_remote_users)) {
|
||||
$config->auto_add_remote_users = '0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user