Skip to content

Commit

Permalink
Merge pull request #734 from owncloud/rise_network_timeout
Browse files Browse the repository at this point in the history
Rise default network timeout to 15 secs
  • Loading branch information
jnweiger authored Feb 23, 2023
2 parents f2a3a36 + 501a9b0 commit 9b270c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ public function getDefaults() {
'ldap_group_member_assoc_attribute' => 'uniqueMember',
'ldap_group_member_algo' => 'groupScan',
'ldap_cache_ttl' => 600,
'ldap_network_timeout' => 2,
'ldap_network_timeout' => 15,
'ldap_uuid_user_attribute' => 'auto',
'ldap_uuid_group_attribute' => 'auto',
'home_folder_naming_rule' => '',
Expand Down

0 comments on commit 9b270c7

Please sign in to comment.