We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe5b49 commit 75442c9Copy full SHA for 75442c9
app/View/Composers/TopContributorsComposer.php
@@ -10,7 +10,7 @@ class TopContributorsComposer
10
{
11
public function compose(View $view)
12
13
- $topContributors = Cache::remember('contributors', 60 * 60 * 24, function () {
+ $topContributors = Cache::remember('contributors', 60 * 30, function () {
14
return User::topContributors()
15
->get()
16
->filter(fn ($contributor) => $contributor->discussions_count >= 1)
0 commit comments