Skip to content

Commit

Permalink
Add user cache time to config (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Rumpel authored and mpociot committed Sep 20, 2017
1 parent b8ce617 commit c9db88a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config/botman/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

0 comments on commit c9db88a

Please sign in to comment.