From 59c6044680f4efaf0448684eccd4bd43a2cdb1fc Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 9 Apr 2015 05:43:06 +0000 Subject: [PATCH] changed some default values in codepot.ini.in --- codepot/etc/codepot.ini.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codepot/etc/codepot.ini.in b/codepot/etc/codepot.ini.in index b67e242b..bd9b4908 100644 --- a/codepot/etc/codepot.ini.in +++ b/codepot/etc/codepot.ini.in @@ -124,7 +124,7 @@ max_latest_projects = "10" ;------------------------------------------------------------------------------ ; Maximum number of projects to show ;------------------------------------------------------------------------------ -max_projects_per_page = "50" +max_projects_per_page = "100" ;------------------------------------------------------------------------------ ; Maximum number of issues to show @@ -139,12 +139,12 @@ max_logs_per_page = "50" ;------------------------------------------------------------------------------ ; Maximum number of log entries to show in the front page ;------------------------------------------------------------------------------ -max_logs_in_site_home = "10" +max_logs_in_site_home = "20" ;------------------------------------------------------------------------------ ; Maximum number of log entries to show in the project home page ;------------------------------------------------------------------------------ -max_logs_in_project_home = "5" +max_logs_in_project_home = "10" ;------------------------------------------------------------------------------ ; directory to accomodate subversion repositories