From 5e80815e53c8cab6b7d0da1498f869426e9d0421 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Tue, 19 Nov 2019 12:34:45 +0530 Subject: [PATCH] changed user token cache expiry to 1 minute --- chatto/src/main/resources/ehcache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatto/src/main/resources/ehcache.xml b/chatto/src/main/resources/ehcache.xml index 227d172..040a382 100644 --- a/chatto/src/main/resources/ehcache.xml +++ b/chatto/src/main/resources/ehcache.xml @@ -10,7 +10,7 @@ java.lang.String org.ros.chatto.model.UserToken - 600 + 60