profiledb: disable database lookups for now
This is causing extremely bad lag in the UI
This commit is contained in:
@@ -100,7 +100,9 @@ class Profiles {
|
|||||||
if profile != nil {
|
if profile != nil {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
// check memory first
|
||||||
|
return false
|
||||||
|
|
||||||
// then disk
|
// then disk
|
||||||
guard let pull_date = database.get_network_pull_date(id: id) else {
|
guard let pull_date = database.get_network_pull_date(id: id) else {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user