(1)asn no放入eCache中
(2)导入验证采用多线程验证,优化验证速度 (3)asn ip导入方式调整(未采用多线程,因为redis承受不了) (4)asn ip列表展示速度优化 (5)导入方式重写:采用csv模式,限制采用xlsx格式,加载80万数据不会内存溢出.
This commit is contained in:
3
src/main/resources/cache/ehcache-local.xml
vendored
3
src/main/resources/cache/ehcache-local.xml
vendored
@@ -27,5 +27,6 @@
|
||||
<!-- 简单页面缓存
|
||||
<cache name="SimplePageCachingFilter" maxEntriesLocalHeap="100" eternal="false" overflowToDisk="true"
|
||||
timeToIdleSeconds="120" timeToLiveSeconds="120" memoryStoreEvictionPolicy="LFU"/> -->
|
||||
|
||||
<!-- asn no缓存 -->
|
||||
<cache name="asnNoCache" maxEntriesLocalHeap="10000" eternal="false" timeToIdleSeconds="0" timeToLiveSeconds="6000" overflowToDisk="true"/>
|
||||
</ehcache>
|
||||
3
src/main/resources/cache/ehcache-rmi.xml
vendored
3
src/main/resources/cache/ehcache-rmi.xml
vendored
@@ -55,5 +55,6 @@
|
||||
properties="replicateAsynchronously=true, replicatePuts=true, replicateUpdates=true,
|
||||
replicateUpdatesViaCopy=false, replicateRemovals=true "/>
|
||||
</cache> -->
|
||||
|
||||
<!-- asn no缓存 -->
|
||||
<cache name="asnNoCache" maxEntriesLocalHeap="10000" eternal="false" timeToIdleSeconds="0" timeToLiveSeconds="6000" overflowToDisk="true"/>
|
||||
</ehcache>
|
||||
Reference in New Issue
Block a user