Skip to content

Commit c34b3a1

Browse files
authored
Disable scout cache by default
1 parent 8a174e9 commit c34b3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/wireuse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'scout' => [
5050
'enabled' => env('WIREUSE_SCOUT_ENABLED', false),
5151

52-
'cache_store' => env('WIREUSE_CACHE_STORE', null),
52+
'cache_store' => env('WIREUSE_CACHE_STORE', false),
5353

5454
'cache_lifetime' => (int) env('WIREUSE_CACHE_LIFETIME', 60 * 60 * 24 * 7),
5555
],

0 commit comments

Comments
 (0)