diff --git a/console/controllers/SiteMapController.php b/console/controllers/SiteMapController.php index a452798..fa3ada2 100755 --- a/console/controllers/SiteMapController.php +++ b/console/controllers/SiteMapController.php @@ -189,7 +189,7 @@ true ); - $this->createRow($url, 0.7, $content); + $this->createRow($url, 0.5, $content); } $this->stdout('Add categories' . "\n", Console::FG_BLUE); @@ -270,7 +270,7 @@ foreach ($this->getSeoLinks() as $link) { $url = Yii::$app->urlManager->baseUrl . $link->url; - $this->createRow($url, 0.7, $content); + $this->createRow($url, 0.8, $content); } -- libgit2 0.21.4