File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -200,36 +200,36 @@ function getCacheConfigPerEntityMap(
200200 [
201201 EntityType . SCENE ,
202202 {
203- max : entitiesConfigMax . get ( EntityType . SCENE ) ?? 100000 ,
203+ max : entitiesConfigMax . get ( EntityType . SCENE ) ?? 1000 ,
204204 ttl : toSeconds ( entitiesConfigTtl . get ( EntityType . SCENE ) ?? ms ( '20s' ) )
205205 }
206206 ] ,
207207 [
208208 EntityType . WEARABLE ,
209209 {
210- max : entitiesConfigMax . get ( EntityType . WEARABLE ) ?? 100000 ,
210+ max : entitiesConfigMax . get ( EntityType . WEARABLE ) ?? 1000 ,
211211 ttl : toSeconds ( entitiesConfigTtl . get ( EntityType . WEARABLE ) ?? ms ( '20s' ) )
212212 }
213213 ] ,
214214 [
215215 EntityType . STORE ,
216216 {
217217 max : entitiesConfigMax . get ( EntityType . STORE ) ?? 300 ,
218- ttl : toSeconds ( entitiesConfigTtl . get ( EntityType . STORE ) ?? ms ( '1m ' ) )
218+ ttl : toSeconds ( entitiesConfigTtl . get ( EntityType . STORE ) ?? ms ( '3s ' ) )
219219 }
220220 ] ,
221221 [
222222 EntityType . EMOTE ,
223223 {
224- max : entitiesConfigMax . get ( EntityType . EMOTE ) ?? 100000 ,
224+ max : entitiesConfigMax . get ( EntityType . EMOTE ) ?? 1000 ,
225225 ttl : toSeconds ( entitiesConfigTtl . get ( EntityType . EMOTE ) ?? ms ( '20s' ) )
226226 }
227227 ] ,
228228 [
229229 EntityType . OUTFITS ,
230230 {
231- max : entitiesConfigMax . get ( EntityType . OUTFITS ) ?? 100000 ,
232- ttl : toSeconds ( entitiesConfigTtl . get ( EntityType . OUTFITS ) ?? ms ( '20s ' ) )
231+ max : entitiesConfigMax . get ( EntityType . OUTFITS ) ?? 2000 ,
232+ ttl : toSeconds ( entitiesConfigTtl . get ( EntityType . OUTFITS ) ?? ms ( '3s ' ) )
233233 }
234234 ]
235235 ] )
You can’t perform that action at this time.
0 commit comments