Reduced default page count a bit

15k is a good high-use case, but a bit much for a standard CMS installation
This commit is contained in:
Ingo Schommer 2017-07-05 09:58:48 +12:00 committed by GitHub
parent aaaabc5048
commit 29c5c29c95
1 changed files with 3 additions and 3 deletions

View File

@ -11,12 +11,12 @@ class FTPageMakerTask extends BuildTask
{
/**
* Defaults create 15,000 pages
* Defaults create 2,000 pages
*/
protected $pageCountByDepth = [
10,
100,
5,
100,
1,
1,
1
];