mirror of
https://github.com/ajvpot/meshexplorer.git
synced 2026-05-05 21:12:55 +02:00
update stats and path viz to use 2 day last seen time
This commit is contained in:
@@ -132,7 +132,7 @@ export default function PathVisualization({
|
||||
exact: false,
|
||||
limit: 20,
|
||||
is_repeater: true, // Filter for repeaters only
|
||||
lastSeen: config?.lastSeen,
|
||||
lastSeen: 60*60*24*2, // 2 days
|
||||
region: config?.selectedRegion,
|
||||
enabled: showGraph && prefix.length > 0
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user