Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
Proxy
Commits
de9c29ee
Commit
de9c29ee
authored
Jan 18, 2022
by
Dominik Hebeler
Browse files
increased low speed time to 20
parent
12529ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Console/Commands/RequestFetcher.php
View file @
de9c29ee
...
...
@@ -243,7 +243,7 @@ class RequestFetcher extends Command
CURLOPT_CONNECTTIMEOUT
=>
10
,
CURLOPT_MAXCONNECTS
=>
500
,
CURLOPT_LOW_SPEED_LIMIT
=>
50000
,
CURLOPT_LOW_SPEED_TIME
=>
5
,
CURLOPT_LOW_SPEED_TIME
=>
20
,
CURLOPT_TIMEOUT
=>
20
,
CURLOPT_HEADER
=>
true
,
CURLOPT_NOPROGRESS
=>
false
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment