set sitemap back to <10k, since 50k does not seem to work with some search engines

This commit is contained in:
2023-03-26 12:04:55 +02:00
parent 0e126df3db
commit e9e3e02a39

View File

@@ -1231,7 +1231,7 @@ func main() {
go housekeeping()
// populate sitemap
siteMap = &gositemap.SiteMap{BaseURL: "csgow.tf", MaxURLPerSiteMap: 50000}
siteMap = &gositemap.SiteMap{BaseURL: "csgow.tf", MaxURLPerSiteMap: 9000}
freq := gositemap.Hourly
siteMap.AddURL("/matches", nil, &freq, nil)