Skip to content

Commit e94221c

Browse files
author
Hieu Lam - TMA
authored
fix-9004: Speakers page lazy loading gets stuck and does not load from cache (#9012)
1 parent 2d85a93 commit e94221c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/public/speakers.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
{{/each}}
1212
<div class="sixteen wide column">
13-
<InfinityLoader @infinityModel={{this.model.speakers}} @triggerOffset={{1000}} @eventDebounce={{50}}>
13+
<InfinityLoader @infinityModel={{this.model.speakers}} @triggerOffset={{100}} @eventDebounce={{50}}>
1414
<div class="ui loading very padded basic segment">
1515
</div>
1616
{{this.infintyModel.reachedInfinity}}

0 commit comments

Comments
 (0)