mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
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:
parent
aaaabc5048
commit
29c5c29c95
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user