Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hbase-common/src/main/resources/hbase-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ possible configurations would overwhelm and obscure the important.
<property>
<name>hbase.offpeak.end.hour</name>
<value>-1</value>
<description>The end of off-peak hours, expressed as an integer between 0 and 23, inclusive. Set
<description>The end of off-peak hours, expressed as an integer between 0 and 23, exclusive. Set
to -1 to disable off-peak.</description>
</property>
<property>
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/_chapters/hbase-default.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ The start of off-peak hours, expressed as an integer between 0 and 23, inclusive
*`hbase.offpeak.end.hour`*::
+
.Description
The end of off-peak hours, expressed as an integer between 0 and 23, inclusive. Set
The end of off-peak hours, expressed as an integer between 0 and 23, exclusive. Set
to -1 to disable off-peak.
+
.Default
Expand Down