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
47c97990b2
commit
c9feab8e6c
@ -2,7 +2,7 @@
|
||||
|
||||
// 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