Skip to content

Commit

Permalink
reduce analytics random load (once every 20 -> 40)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroppeter authored Aug 20, 2023
1 parent bf08db7 commit c2db2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script>
function randomAnalytics() {
// analytics are loaded once every X times
const times = 20;
const times = 40;

// pick a random number
var index = Math.floor(Math.random()*times);
Expand Down

0 comments on commit c2db2b2

Please sign in to comment.