2 seconds refresh is too soon

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@800729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-08-04 11:27:17 +00:00
parent 1257990144
commit b7afc29aac
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ NamedList detailsMap = (NamedList)namedlist.get("details");
if(detailsMap != null)
if("true".equals((String)detailsMap.get("isSlave"))){
%>
<meta http-equiv="refresh" content="2"/>
<meta http-equiv="refresh" content="10"/>
<%}%>
</head>