mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-30 19:31:26 +00:00
Increase shown addresses
This commit is contained in:
parent
bb1f8d699e
commit
903c91794e
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ public class DatabaseHelper extends SQLiteOpenHelper {
|
|||
query += " FROM access a";
|
||||
query += " WHERE a.uid = ?";
|
||||
query += " ORDER BY a.time DESC";
|
||||
query += " LIMIT 50";
|
||||
query += " LIMIT 250";
|
||||
return db.rawQuery(query, new String[]{Integer.toString(uid)});
|
||||
} finally {
|
||||
lock.readLock().unlock();
|
||||
|
|
Loading…
Reference in a new issue