Update overboard config

This commit is contained in:
discomrade 2021-09-28 08:08:07 +00:00
parent 2625f6ede5
commit 02452955ec

View file

@ -19,14 +19,14 @@
'title' => 'SFW Overboard', 'title' => 'SFW Overboard',
'uri' => 'sfw', 'uri' => 'sfw',
'subtitle' => '30 most recently bumped threads from work-safe boards', 'subtitle' => '30 most recently bumped threads from work-safe boards',
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b'), 'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b', 'siberia'),
'thread_limit' => $thread_limit, 'thread_limit' => $thread_limit,
), ),
array( array(
'title' => 'Alternate Overboard', 'title' => 'Alternate Overboard',
'uri' => 'alt', 'uri' => 'alt',
'subtitle' => '30 most recently bumped threads from smaller interest boards', 'subtitle' => '30 most recently bumped threads from smaller interest boards',
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'meta'), 'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'siberia', 'meta'),
'thread_limit' => $thread_limit, 'thread_limit' => $thread_limit,
), ),
); );