Browse Source

changed user token cache expiry to 1 minute

master
Rohan Sircar 5 years ago
parent
commit
5e80815e53
  1. 2
      chatto/src/main/resources/ehcache.xml

2
chatto/src/main/resources/ehcache.xml

@ -10,7 +10,7 @@
<key-type>java.lang.String</key-type>
<value-type>org.ros.chatto.model.UserToken</value-type>
<expiry>
<ttl unit="seconds">600</ttl>
<ttl unit="seconds">60</ttl>
</expiry>
<listeners>
<listener>

Loading…
Cancel
Save