Skip to content

Commit 4228d4c

Browse files
Merge pull request #141 from TheDragonCode/1.x
Added `perFile` method to `SitemapFeedPreset`
2 parents 3568000 + 03700ff commit 4228d4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Presets/SitemapFeedPreset.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@ public function item(Model $model): FeedItem
3535
return (new SitemapFeedItem($model))
3636
->modifiedAt($model->updated_at);
3737
}
38+
39+
public function perFile(): int
40+
{
41+
return 50000;
42+
}
3843
}

0 commit comments

Comments
 (0)