Skip to content

Commit 41140b7

Browse files
committedJul 19, 2023
remove OGR as supporting parallel loading
1 parent c3611c6 commit 41140b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/settings/qgssettingsregistrycore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const QgsSettingsEntryStringList *QgsSettingsRegistryCore::settingsMapScales = n
112112

113113
const QgsSettingsEntryInteger *QgsSettingsRegistryCore::settingsLayerParallelLoadingMaxCount = new QgsSettingsEntryInteger( QStringLiteral( "provider-parallel-loading-max-count" ), QgsSettingsTree::sTreeCore, QThread::idealThreadCount(), QStringLiteral( "Maximum thread used to load layers in parallel" ), Qgis::SettingsOption(), 1 );
114114

115-
const QgsSettingsEntryBool *QgsSettingsRegistryCore::settingsLayerParallelLoading = new QgsSettingsEntryBool( QStringLiteral( "provider-parallel-loading" ), QgsSettingsTree::sTreeCore, true, QStringLiteral( "Load layers in parallel (only available for some providers (GDAL, OGR and PostgreSQL)" ), Qgis::SettingsOption() );
115+
const QgsSettingsEntryBool *QgsSettingsRegistryCore::settingsLayerParallelLoading = new QgsSettingsEntryBool( QStringLiteral( "provider-parallel-loading" ), QgsSettingsTree::sTreeCore, true, QStringLiteral( "Load layers in parallel (only available for some providers (GDAL and PostgreSQL)" ), Qgis::SettingsOption() );
116116

117117
QgsSettingsRegistryCore::QgsSettingsRegistryCore()
118118
: QgsSettingsRegistry()

0 commit comments

Comments
 (0)
Please sign in to comment.