Skip to content

Commit 3f65a9c

Browse files
committedDec 13, 2017
Increase cache size
1 parent 2ef6a82 commit 3f65a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/editorwidgets/qgsrelationreferencewidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ void QgsRelationReferenceWidget::init()
479479

480480
QSet<QString> requestedAttrs;
481481

482-
QgsVectorLayerCache* layerCache = new QgsVectorLayerCache( mReferencedLayer, 100000, this );
482+
QgsVectorLayerCache* layerCache = new QgsVectorLayerCache( mReferencedLayer, 200000, this );
483483

484484
if ( !mFilterFields.isEmpty() )
485485
{

0 commit comments

Comments
 (0)