diff --git a/html/pages/device/showconfig.inc.php b/html/pages/device/showconfig.inc.php
index 3b349e9a20..470cf40cb8 100644
--- a/html/pages/device/showconfig.inc.php
+++ b/html/pages/device/showconfig.inc.php
@@ -30,7 +30,7 @@ if ($_SESSION['userlevel'] >= "7")
if (function_exists('svn_log')) {
$sep = " | ";
- $svnlogs = svn_log($file, SVN_REVISION_HEAD, NULL, 10);
+ $svnlogs = svn_log($file, SVN_REVISION_HEAD, NULL, 5);
$revlist = array();
foreach ($svnlogs as $svnlog) {
@@ -40,7 +40,7 @@ if ($_SESSION['userlevel'] >= "7")
if ($_GET['opta'] == $svnlog["rev"]) { echo('"); }
$sep = " | ";