mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-19 16:24:12 +00:00
test[orm]: update orm config
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
|
||||
<!-- 缓存策略 -->
|
||||
<orm:caches>
|
||||
<orm:cache strategy="default" size="6000" expire-millisecond="600000"/>
|
||||
<orm:cache strategy="hundred" size="100" expire-millisecond="600000"/>
|
||||
<orm:cache strategy="thousand" size="1000" expire-millisecond="600000"/>
|
||||
<orm:cache strategy="threeThousand" size="3000" expire-millisecond="600000"/>
|
||||
<orm:cache strategy="default" size="5000" expire-millisecond="600000"/>
|
||||
</orm:caches>
|
||||
|
||||
<!-- 持久化策略 -->
|
||||
|
||||
Reference in New Issue
Block a user