Increase allowed feed block to 20 - all blocks are async and no problem on server side

This commit is contained in:
Alexander Meindl 2021-12-17 07:16:45 +01:00
parent ff9e659f94
commit 10547fceec

View File

@ -59,7 +59,7 @@ class DashboardContent
'my_spent_time' => { label: l(:label_my_spent_time),
permission: :log_time },
'feed' => { label: l(:label_additionals_feed),
max_occurs: DashboardContent::MAX_MULTIPLE_OCCURS,
max_occurs: 20,
async: { required_settings: %i[url],
cache_expires_in: 600,
skip_user_id: true,