read_affinity requires affinity sorting_method
proxy-server.conf read_affinity setting has no effect unless sorting_method is set to 'affinity' Change-Id: Ife0a30158289ea1dd44c1e93f058538c45c3a9c8
This commit is contained in:
parent
06addb7b3b
commit
e04486fe46
@ -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 -%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user