From c9db88ab722fec4eba90c00122afe512c22fe34a Mon Sep 17 00:00:00 2001 From: Christoph Rumpel Date: Wed, 20 Sep 2017 20:49:09 +0200 Subject: [PATCH] Add user cache time to config (#31) --- config/botman/config.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/botman/config.php b/config/botman/config.php index 3f4ceed..5b6d398 100644 --- a/config/botman/config.php +++ b/config/botman/config.php @@ -12,5 +12,17 @@ | the cache. | */ - 'conversation_cache_time' => 30 + 'conversation_cache_time' => 30, + + /* + |-------------------------------------------------------------------------- + | User Cache Time + |-------------------------------------------------------------------------- + | + | BotMan caches user information of the incoming messages. + | This value defines the number of minutes that this + | data will remain stored in the cache. + | + */ + 'user_cache_time' => 30, ];