You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Utility.php
+7-17Lines changed: 7 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -501,7 +501,7 @@ function createPeersGeo($peerinfo){
501
501
break;
502
502
}
503
503
// For removing old peers that disconnected. Value of all peers that are still conected will be changed to 1 later. All peers with 0 at the end of the function will be deleted.
504
-
$arrayPeers[$key][7] = 0;
504
+
$arrayPeers[$key][5] = 0;
505
505
}
506
506
// Oldest peer hasn't shown up -> Node isn't connected to any of the previously stored peers
507
507
if(!$delete){
@@ -541,18 +541,14 @@ function createPeersGeo($peerinfo){
Copy file name to clipboardExpand all lines: views/settings.phtml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
</div>
32
32
<div class="x_content">
33
33
34
-
<div class="alert alert-warning" role="alert">If Geo Tracing is activated, <b>ip-api.com</b> is used to determine peer geo data (ISP, Country and City). For each new peer the data is requested
34
+
<div class="alert alert-warning" role="alert">If Geo Tracing is activated, <b>ip-api.com</b> is used to determine peer geo data (ISPand Country). For each new peer the data is requested
35
35
once and stored as long as the peer is connected. The API is limited to 150 requests per minute (Up to 100 IPs per request). Page reloads have almost no effect on the limit since peer geo data is temporarily stored.
36
36
Therefore it is highly unlikley to run in any troubles.<br /><br /></div>
0 commit comments