increase neighborhood to 50

precision_debug
Georg Lukas 2011-04-16 23:41:02 +02:00
rodzic 0502c0243e
commit d4e60e4602
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -91,7 +91,7 @@ class PositionListAdapter(context : Context, prefs : PrefsWrapper,
val c = mode match {
case SINGLE => storage.getStaPosition(targetcall)
case NEIGHBORS => storage.getNeighbors(mycall, my_lat, my_lon,
System.currentTimeMillis - prefs.getShowAge(), "20")
System.currentTimeMillis - prefs.getShowAge(), "50")
case SSIDS => storage.getAllSsids(targetcall)
}
Benchmark("getCount") { c.getCount() }