PERF: Set default global regex timeout to 2 seconds (#20933)

Followup to a0140f6f75
This commit is contained in:
David Taylor 2023-04-03 11:43:28 +02:00 committed by GitHub
parent b042e1cbf7
commit d37ecd4764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ pg_force_readonly_mode = false
dns_query_timeout_secs = dns_query_timeout_secs =
# Default global regex timeout # Default global regex timeout
regex_timeout_seconds = regex_timeout_seconds = 2
# Allow impersonation function on the cluster to admins # Allow impersonation function on the cluster to admins
allow_impersonation = true allow_impersonation = true