Skip to content

Commit

Permalink
Merge pull request #99 from soramitsu/query_with_reports
Browse files Browse the repository at this point in the history
update queries flow
  • Loading branch information
timofeevmd authored Jul 1, 2024
2 parents b0435df + e2dfd0d commit f501b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/gatling.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ gatling {
#fetchedHtmlCacheMaxCapacity = 200 # Cache size for HTML parsed content, set to 0 to disable
#perUserCacheMaxCapacity = 200 # Per virtual user cache size, set to 0 to disable
#warmUpUrl = "https://gatling.io" # The URL to use to warm-up the HTTP stack (blank means disabled)
pooledConnectionIdleTimeout = 120000 # Timeout in millis for a connection to stay idle in the pool
requestTimeout = 120000 # Timeout in millis for performing an HTTP request
pooledConnectionIdleTimeout = 1500 # Timeout in millis for a connection to stay idle in the pool
requestTimeout = 1500 # Timeout in millis for performing an HTTP request
#enableHostnameVerification = false # When set to true, enable hostname verification: SSLEngine.setHttpsEndpointIdentificationAlgorithm("HTTPS")
dns {
#queryTimeout = 5000 # Timeout in millis of each DNS query in millis
Expand Down

0 comments on commit f501b7f

Please sign in to comment.