Skip to content

Commit

Permalink
feat(dev): lazy loading of the counter (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugena committed May 1, 2024
1 parent 7808354 commit 41f86cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acesta/templates/include/metrika.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

function loadFallback() {
timerId = setTimeout( loadMetrica, 1000 );
timerId = setTimeout( loadMetrica, 3000 );
}

function loadMetrica( e ) {
Expand Down

0 comments on commit 41f86cd

Please sign in to comment.