PERF: Set default global regex timeout to 2 seconds (#20933)
Followup to a0140f6f75
This commit is contained in:
parent
b042e1cbf7
commit
d37ecd4764
|
@ -373,7 +373,7 @@ pg_force_readonly_mode = false
|
|||
dns_query_timeout_secs =
|
||||
|
||||
# Default global regex timeout
|
||||
regex_timeout_seconds =
|
||||
regex_timeout_seconds = 2
|
||||
|
||||
# Allow impersonation function on the cluster to admins
|
||||
allow_impersonation = true
|
||||
|
|
Loading…
Reference in New Issue