aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/config/ConfigManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/config/ConfigManager.php')
-rw-r--r--application/config/ConfigManager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/ConfigManager.php b/application/config/ConfigManager.php
index a035baae..3260d7c0 100644
--- a/application/config/ConfigManager.php
+++ b/application/config/ConfigManager.php
@@ -370,8 +370,8 @@ class ConfigManager
370 $this->setEmpty('general.enable_async_metadata', true); 370 $this->setEmpty('general.enable_async_metadata', true);
371 $this->setEmpty('general.tags_separator', ' '); 371 $this->setEmpty('general.tags_separator', ' ');
372 372
373 $this->setEmpty('updates.check_updates', false); 373 $this->setEmpty('updates.check_updates', true);
374 $this->setEmpty('updates.check_updates_branch', 'stable'); 374 $this->setEmpty('updates.check_updates_branch', 'latest');
375 $this->setEmpty('updates.check_updates_interval', 86400); 375 $this->setEmpty('updates.check_updates_interval', 86400);
376 376
377 $this->setEmpty('feed.rss_permalinks', true); 377 $this->setEmpty('feed.rss_permalinks', true);