fasjson: increase timeout from 30s to 90s

Some queries are timing out, so lets just try increasing this timeout
for now until we can get to the bottom of the slowdowns.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-03-25 14:15:12 -07:00
parent b9c782cdc8
commit 58a5e2dae3

View file

@ -1,2 +1,4 @@
# The ID of the Certificate Profile to use in IPA
CERTIFICATE_PROFILE = "userCerts"
# increase the ldap timeout for longer queries
FASJSON_LDAP_TIMEOUT=90