first commit
This commit is contained in:
13
config/cleaner.php
Normal file
13
config/cleaner.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use App\Contracts\ScreenshotService;
|
||||
|
||||
return [
|
||||
'total_space' => env(
|
||||
'SCREENSHOTS_STORAGE_SIZE_BYTES',
|
||||
disk_total_space(ScreenshotService::getFullPath())
|
||||
),
|
||||
'threshold' => env('CLEANER_THRESHOLD_USED_SPACE_PERCENTAGE', 75),
|
||||
'waterline' => env('CLEANER_WATERLINE_PERCENTAGE', 15),
|
||||
'page_size' => 10,
|
||||
];
|
||||
Reference in New Issue
Block a user