Skip to content

Commit

Permalink
Add missing default for meta generation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Feb 15, 2025
1 parent 87b7639 commit 42c7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/html-meta.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
return [
'timeout' => env('META_GENERATION_TIMEOUT'),
'timeout' => env('META_GENERATION_TIMEOUT', 10),
'parser' => \Kovah\HtmlMeta\HtmlMetaParser::class,
'user_agents' => [
env('APP_USER_AGENT', 'LinkAce/2 (https://github.com/Kovah/LinkAce)'),
Expand Down

0 comments on commit 42c7b91

Please sign in to comment.