Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Changed value of useThrottle to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jevgenijus Marinuskinas committed Nov 18, 2020
1 parent 6b97ef5 commit cd45243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
captureScreenshots: true,
defaultTimeout: 10000,
shortTimeout: 1000,
useThrottle: true,
useThrottle: false,
downloadThroughput: 1024000,
uploadThroughput: 1024000,
latency: 100
Expand Down

0 comments on commit cd45243

Please sign in to comment.