Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Change ttl from minutes to seconds after ttl update in laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
David Raijmakers committed Oct 30, 2019
1 parent 44e198a commit ff17d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/prismiceloquent.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
'prefix' => 'prismiceloquent',

// Time to live of the cache. Setting this value to 0 will cache it 'forever'.
'ttl' => 5,
'ttl' => 300,
],
];

0 comments on commit ff17d07

Please sign in to comment.