Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linkchecker-3247797
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
linkchecker-3247797
Commits
60b02943
Commit
60b02943
authored
9 years ago
by
Alexander Hass
Browse files
Options
Downloads
Patches
Plain Diff
Fixed two typos
parent
9f29f7d9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linkchecker.module
+2
-2
2 additions, 2 deletions
linkchecker.module
with
2 additions
and
2 deletions
linkchecker.module
+
2
−
2
View file @
60b02943
...
...
@@ -491,14 +491,14 @@ function _linkchecker_check_links() {
// run and guess that 2 links can be checked per second with 1 thread, what is
// nevertheless uncommon. The max_execution_time can be used to calculate
// a useful value that is higher, but not totally out of scope and limits the
// query resultset to a resonable size.
// query result
set to a re
a
sonable size.
$linkchecker_check_connections_max
=
variable_get
(
'linkchecker_check_connections_max'
,
8
);
$check_links_max_per_cron_run
=
(
$has_httprl
)
?
(
$linkchecker_check_connections_max
*
$max_execution_time
)
:
$max_execution_time
;
$linkchecker_check_links_interval
=
variable_get
(
'linkchecker_check_links_interval'
,
2419200
);
$linkchecker_check_useragent
=
variable_get
(
'linkchecker_check_useragent'
,
'Drupal (+http://drupal.org/)'
);
// Connection limit can be overriden via settings.php. Two connections is the
// Connection limit can be overrid
d
en via settings.php. Two connections is the
// limit defined in RFC http://www.ietf.org/rfc/rfc2616.txt. Modern browsers
// are typically using 6-8 connections and no more. Never use more and keep
// in mind that you can overload other people servers.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment