remove compress flag, as its no longer relevant
This commit is contained in:
parent
cb7a569f4b
commit
31c273231a
1
pom.xml
1
pom.xml
|
@ -343,7 +343,6 @@
|
|||
<systemPropertyVariables>
|
||||
<es.node.local>${env.ES_TEST_LOCAL}</es.node.local>
|
||||
<es.transport.tcp.compress>${env.ES_TEST_COMPRESS}</es.transport.tcp.compress>
|
||||
<es.index.store.compress.stored>${env.ES_TEST_COMPRESS}</es.index.store.compress.stored>
|
||||
<es.action.wait_on_mapping_change>${env.ES_WAIT_ON_MAPPING_CHANGE}
|
||||
</es.action.wait_on_mapping_change>
|
||||
</systemPropertyVariables>
|
||||
|
|
Loading…
Reference in New Issue