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 {
|
||||
return true
|
||||
}
|
||||
|
||||
// check memory first
|
||||
return false
|
||||
|
||||
// then disk
|
||||
guard let pull_date = database.get_network_pull_date(id: id) else {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user