Boost https tile traffic to 20%
This commit is contained in:
parent
b76bfe379e
commit
ef448ea494
1 changed files with 1 additions and 1 deletions
|
@ -139,6 +139,6 @@ $(document).ready(function () {
|
|||
});
|
||||
});
|
||||
|
||||
if (Math.random() * 100 < 5) {
|
||||
if (Math.random() * 100 < 20) {
|
||||
L.OSM.Mapnik.prototype.options.url = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue