We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ce617 commit c9db88aCopy full SHA for c9db88a
1 file changed
config/botman/config.php
@@ -12,5 +12,17 @@
12
| the cache.
13
|
14
*/
15
- 'conversation_cache_time' => 30
+ 'conversation_cache_time' => 30,
16
+
17
+ /*
18
+ |--------------------------------------------------------------------------
19
+ | User Cache Time
20
21
+ |
22
+ | BotMan caches user information of the incoming messages.
23
+ | This value defines the number of minutes that this
24
+ | data will remain stored in the cache.
25
26
+ */
27
+ 'user_cache_time' => 30,
28
];
0 commit comments