Automatically closed - issue fixed for 2 weeks with no activity.
D7 had:
$form['advancedqueue_threshold'] = array(
'#type' => 'select',
'#title' => t('Number of completed items to keep in the database'),
'#default_value' => variable_get('advancedqueue_threshold', 0),
'#options' => array(0 => t('All')) + drupal_map_assoc(array(100, 1000, 10000, 100000, 1000000)),
);
We can add a similar option to the Database backend, and then perform cleanup in cleanupQueue().
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.