mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Add FIXME for database cache issue
This commit is contained in:
parent
442d9319e7
commit
a01df19cd0
1 changed files with 4 additions and 0 deletions
|
@ -530,6 +530,10 @@ func (i *Interface) Query(q *query.Query) (*iterator.Iterator, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// FIXME:
|
||||
// Flush the cache before we query the database.
|
||||
// i.FlushCache()
|
||||
|
||||
return db.Query(q, i.options.Local, i.options.Internal)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue