Commit 2f4ff888 authored by Mark Harding's avatar Mark Harding

(chore): reduce boost rotator threshold due to backlog

parent 759ee4c9
No related merge requests found
Pipeline #62139527 passed with stages
in 33 minutes and 50 seconds
......@@ -6,7 +6,7 @@
<div class="minds-list">
<minds-activity *ngFor="let preActivity of prepended" [object]="preActivity" [boostToggle]="preActivity.boostToggle" (delete)="delete(preActivity)" [showRatingToggle]="true" class="mdl-card m-border item"></minds-activity>
<m-newsfeed--boost-rotator interval="8" *ngIf="showBoostRotator"></m-newsfeed--boost-rotator>
<m-newsfeed--boost-rotator interval="4" *ngIf="showBoostRotator"></m-newsfeed--boost-rotator>
<ng-container *ngFor="let activity of newsfeed; let i = index">
<ng-container *mIfFeature="'es-feeds'">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment