mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Update config-combined.php
This commit is contained in:
parent
223721c59b
commit
d6d25db6b1
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
||||||
* If set, the Search Provider will always be preferred.
|
* If set, the Search Provider will always be preferred.
|
||||||
* Use 'BackendSearchLDAP' to search in a LDAP directory (see backend/searchldap/config.php)
|
* Use 'BackendSearchLDAP' to search in a LDAP directory (see backend/searchldap/config.php)
|
||||||
*/
|
*/
|
||||||
define('SEARCH_PROVIDER', 'BackendSearchLDAP');
|
define('SEARCH_PROVIDER', '');
|
||||||
// Time in seconds for the server search. Setting it too high might result in timeout.
|
// Time in seconds for the server search. Setting it too high might result in timeout.
|
||||||
// Setting it too low might not return all results. Default is 10.
|
// Setting it too low might not return all results. Default is 10.
|
||||||
define('SEARCH_WAIT', 10);
|
define('SEARCH_WAIT', 10);
|
||||||
|
|
Loading…
Add table
Reference in a new issue