issue #1827 new check on filesystem compared to what is listed in the database

While not fixing issue #1827 it helps users to detect if they have been
affected by the problem.
This commit is contained in:
plegall
2022-12-16 15:09:54 +01:00
parent 5e4739b470
commit 97b665d8f3
8 changed files with 112 additions and 0 deletions
+7
View File
@@ -280,6 +280,13 @@ $conf['stat_compare_year_displayed'] = 5;
// Limit for linked albums search
$conf['linked_album_search_limit'] = 100;
// how often should we check for missing photos in the filesystem. Only in the
// administration. Consider the fs_quick_check is always performed on
// dashboard and maintenance pages. This setting is only for any other
// administration page.
// 0 to disable.
$conf['fs_quick_check_period'] = 24*60*60;
// +-----------------------------------------------------------------------+
// | email |
// +-----------------------------------------------------------------------+