Skip to content

Commit f3868a5

Browse files
committed
Count a view after ~2 seconds
1 parent c4f05cd commit f3868a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/handlebars/journey.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ parent: feed
120120
);
121121
{{#each itinerary}}
122122
observer.observe(document.querySelector('#{{scroll slug}}'));
123-
statistics.add('{{slug}}', '{{sign slug}}', Math.min({{size images}} * 1500, 5000));
123+
statistics.add('{{slug}}', '{{sign slug}}', Math.min({{size images}} * 500, 2000));
124124
{{/each}}
125125
126126
// If a child element is navigated to, observe whether the user scrolls to the page top

0 commit comments

Comments
 (0)