Skip to content

Commit

Permalink
fix: Increase request timeout to 3 seconds in run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed May 6, 2024
1 parent e731887 commit 2814ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Basket:
"SpeedX": "https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master"
}

request_timeout: int = 1
request_timeout: int = 3

thread_amount:int = 5

Expand Down

0 comments on commit 2814ed6

Please sign in to comment.