diff options
Diffstat (limited to 'sample.conf')
-rw-r--r-- | sample.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample.conf b/sample.conf index f5e950a..fb8bbdd 100644 --- a/sample.conf +++ b/sample.conf @@ -29,8 +29,8 @@ path = /srv/git/repo/ # Maximum number of per-branch pages for static generation (optional). # When generating static html, this is the maximum number of pages we will # generate for each branch's commit listings. Zero (0) means unlimited. -# Default: 5 -#max_pages = 5 +# Default: 250 +#max_pages = 250 # Project website (optional). # URL to the project's website. %(name)s will be replaced with the current |