Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
xmlsitemap
Commits
2b492a8a
Commit
2b492a8a
authored
Feb 04, 2010
by
Dave Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
by Dave Reid: Increased number of links in an index from 1,000 to 50,000.
parent
b981a815
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xmlsitemap.module
xmlsitemap.module
+1
-1
No files found.
xmlsitemap.module
View file @
2b492a8a
...
...
@@ -23,7 +23,7 @@ define('XMLSITEMAP_MAX_SITEMAP_FILESIZE', 10485760);
/**
* The maximum number of links in one sitemap index file.
*/
define
(
'XMLSITEMAP_MAX_SITEMAP_CHUNKS'
,
1
000
);
define
(
'XMLSITEMAP_MAX_SITEMAP_CHUNKS'
,
50
000
);
define
(
'XMLSITEMAP_FREQUENCY_YEARLY'
,
31449600
);
// 60 * 60 * 24 * 7 * 52
define
(
'XMLSITEMAP_FREQUENCY_MONTHLY'
,
2419200
);
// 60 * 60 * 24 * 7 * 4
...
...
Write
Preview
Markdown
is supported
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