Cleanup application.ini

This commit is contained in:
djmaze 2021-10-15 11:58:53 +02:00
parent 0c237376e5
commit 20607859d1
2 changed files with 0 additions and 5 deletions

View file

@ -222,9 +222,7 @@ http_expires = 3600
server_uids = On server_uids = On
[labs] [labs]
update_channel = "stable"
allow_prefetch = On allow_prefetch = On
allow_smart_html_links = On
cache_system_data = On cache_system_data = On
date_from_headers = On date_from_headers = On
autocreate_system_folders = On autocreate_system_folders = On

View file

@ -306,10 +306,7 @@ Enables caching in the system'),
), ),
'labs' => array( 'labs' => array(
// 'ignore_folders_subscription' => array(false),
'update_channel' => array('stable'),
'allow_prefetch' => array(true), 'allow_prefetch' => array(true),
'allow_smart_html_links' => array(true),
'cache_system_data' => array(true), 'cache_system_data' => array(true),
'date_from_headers' => array(true), 'date_from_headers' => array(true),
'autocreate_system_folders' => array(true), 'autocreate_system_folders' => array(true),