changed user token cache expiry to 1 minute

This commit is contained in:
Rohan Sircar 2019-11-19 12:34:45 +05:30
parent 0ca1c47011
commit 5e80815e53

View File

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