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

Commit ff17d07

Browse files
author
David Raijmakers
committed
Change ttl from minutes to seconds after ttl update in laravel 5.8
1 parent 44e198a commit ff17d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/prismiceloquent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
'prefix' => 'prismiceloquent',
4444

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

0 commit comments

Comments
 (0)