set hbase.regionserver.safemode.period back to 0

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@730304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2008-12-31 04:06:30 +00:00
parent dcc59467ca
commit b71d615af1
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
</property>
<property>
<name>hbase.regionserver.safemode.period</name>
<value>-1</value>
<value>0</value>
<description>Time to wait on regionserver startup before beginning
compactions and memcache flushes.
</description>