mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/9613] Implement a load switch for unread posts search feature.
Since unread posts search can produce a high server load in certain circumstances, we implement a switch for ACP "Load settings" to have an option to disable this type of search. PHPBB3-9613
This commit is contained in:
@@ -375,6 +375,7 @@ $lang = array_merge($lang, array(
|
||||
'YES_POST_MARKING_EXPLAIN' => 'Indicates whether user has posted to a topic.',
|
||||
'YES_READ_MARKING' => 'Enable server-side topic marking',
|
||||
'YES_READ_MARKING_EXPLAIN' => 'Stores read/unread status information in the database rather than a cookie.',
|
||||
'YES_UNREADS' => 'Enable search of unread posts',
|
||||
));
|
||||
|
||||
// Auth settings
|
||||
|
Reference in New Issue
Block a user