Skip to content

Commit

Permalink
Increase cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Dec 13, 2017
1 parent 2ef6a82 commit 3f65a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsrelationreferencewidget.cpp
Expand Up @@ -479,7 +479,7 @@ void QgsRelationReferenceWidget::init()

QSet<QString> requestedAttrs;

QgsVectorLayerCache* layerCache = new QgsVectorLayerCache( mReferencedLayer, 100000, this );
QgsVectorLayerCache* layerCache = new QgsVectorLayerCache( mReferencedLayer, 200000, this );

if ( !mFilterFields.isEmpty() )
{
Expand Down

0 comments on commit 3f65a9c

Please sign in to comment.