Skip to content

Commit 56bea75

Browse files
authored
Add binary unit-calculator to federation example (#717)
1 parent 9fa4cf9 commit 56bea75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/100_federation/src/main/resources/storage-cache-config.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
<federated-scheme> <!--2-->
2323
<scheme-name>server</scheme-name>
2424
<backing-map-scheme>
25-
<local-scheme/>
25+
<local-scheme>
26+
<unit-calculator>BINARY</unit-calculator>
27+
</local-scheme>
2628
</backing-map-scheme>
2729
<autostart>true</autostart>
2830
<address-provider>

0 commit comments

Comments
 (0)