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

Commit 8adb1ff

Browse files
authored
Merge pull request #6 from davidraijmakers/feature/ttl-minutes-to-seconds
Change ttl from minutes to seconds after ttl update in laravel 5.8
2 parents 44e198a + ff17d07 commit 8adb1ff

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)