Improve execution speed of CacheAutoConfigurationTests
As of Hazelcast 3.7, the bootstrap is pretty slow by default due to the networking discovery. This commit disables both TCP/IP and multicast discoveries.
This commit is contained in:
@@ -5,4 +5,11 @@
|
||||
<map name="books"/>
|
||||
<map name="players"/>
|
||||
|
||||
<network>
|
||||
<join>
|
||||
<tcp-ip enabled="false"/>
|
||||
<multicast enabled="false"/>
|
||||
</join>
|
||||
</network>
|
||||
|
||||
</hazelcast>
|
||||
|
||||
@@ -5,4 +5,11 @@
|
||||
|
||||
<map name="defaultCache" />
|
||||
|
||||
<network>
|
||||
<join>
|
||||
<tcp-ip enabled="false"/>
|
||||
<multicast enabled="false"/>
|
||||
</join>
|
||||
</network>
|
||||
|
||||
</hazelcast>
|
||||
|
||||
Reference in New Issue
Block a user