Merge "read_affinity requires affinity sorting_method"

This commit is contained in:
Jenkins
2015-04-17 15:37:25 +00:00
committed by Gerrit Code Review

View File

@@ -33,6 +33,7 @@ log_handoffs = <%= @log_handoffs %>
allow_account_management = <%= @allow_account_management %>
account_autocreate = <%= @account_autocreate %>
<% if @read_affinity -%>
sorting_method = affinity
read_affinity = <%= @read_affinity -%>
<% end %>
<% if @write_affinity -%>