Set update-checking to false by default.

This is an obsoleted feature.
This commit is contained in:
discomrade 2021-07-21 23:08:25 +00:00 committed by GitHub
parent ca8f6baa36
commit 49ec94d11f

View File

@ -40,7 +40,7 @@
$config['blotter'] = &$config['global_message'];
// Automatically check if a newer version of Tinyboard is available when an administrator logs in.
$config['check_updates'] = true;
$config['check_updates'] = false;
// How often to check for updates
$config['check_updates_time'] = 43200; // 12 hours