Skip to content

Commit

Permalink
Update defaults.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
KamalGalrani authored Jul 12, 2024
1 parent 644fa1f commit dc972a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ logging = false

# How long the data proxy waits to read the headers of the response before timing out, default is 30 seconds.
# This setting also applies to core backend HTTP data sources where query requests use an HTTP client with timeout set.
timeout = 30
timeout = 300

# How long the data proxy waits to establish a TCP connection before timing out, default is 10 seconds.
dialTimeout = 10

# How many seconds the data proxy waits before sending a keepalive request.
keep_alive_seconds = 300
keep_alive_seconds = 30

# How many seconds the data proxy waits for a successful TLS Handshake before timing out.
tls_handshake_timeout_seconds = 10
Expand Down

0 comments on commit dc972a5

Please sign in to comment.