Merge pull request #324 from towards-a-new-leftypol/remove-autoupdates

Set update-checking to false by default
This commit is contained in:
nonmakina 2021-07-24 10:35:14 +02:00 committed by GitHub
commit 89c5246e3c

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