Skip to content

Commit c9db88a

Browse files
Christoph Rumpelmpociot
authored andcommitted
Add user cache time to config (#31)
1 parent b8ce617 commit c9db88a

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

config/botman/config.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,17 @@
1212
| the cache.
1313
|
1414
*/
15-
'conversation_cache_time' => 30
15+
'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,
1628
];

0 commit comments

Comments
 (0)