From 1d36c317cf0810fc7d27d9884e7bf57d88edd049 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Thu, 21 Nov 2019 11:21:50 +0530 Subject: [PATCH] reduced token cache duration to 10 minutes --- 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 ee89592..57fd3a0 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 - 300 + 100