test[orm]: update orm config

This commit is contained in:
godotg
2022-10-14 11:19:08 +08:00
parent 4e3f72e16d
commit ad446c6166
+1 -1
View File
@@ -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>
<!-- 持久化策略 -->