Skip to content

Commit cc4c077

Browse files
committed
chore(doc): add timeout to readme
1 parent 4a2ae4d commit cc4c077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ return [
6161
'bot_api' => env('LOG_TELEGRAM_BOT_API', 'https://api.telegram.org/bot'),
6262
'proxy' => env('LOG_TELEGRAM_BOT_PROXY', null),
6363
'queue' => env('LOG_TELEGRAM_QUEUE', null),
64+
'timeout' => env('LOG_TELEGRAM_TIMEOUT', 5),
6465
'topics_level' => [
6566
EmergencyAttribute::class => env('LOG_TELEGRAM_EMERGENCY_ATTRIBUTE_TOPIC_ID', null),
6667
CriticalAttribute::class => env('LOG_TELEGRAM_CRITICAL_ATTRIBUTE_TOPIC_ID', null),

0 commit comments

Comments
 (0)