File: /var/www/html/qchatbot/config/botman/config.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Conversation Cache Time
|--------------------------------------------------------------------------
|
| BotMan caches each started conversation. This value defines the
| number of minutes that a conversation will remain stored in
| the cache.
|
*/
'conversation_cache_time' => 40,
/*
|--------------------------------------------------------------------------
| 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,
];