Skip to content

Commit

Permalink
Force use of estimated metadata upon loading topologies
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Oct 5, 2016
1 parent b95a5e9 commit 0348dd5
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -108,6 +108,9 @@ def run(item, action, mainwindow):
provider = db.dbplugin().providerName()
uri = db.uri()

# Force use of estimated metadata (topologies can be big)
uri.setUseEstimatedMetadata( True )

# FACES
group = legend.addGroup(u'Faces', False, supergroup)

Expand Down

0 comments on commit 0348dd5

Please sign in to comment.