Skip to content

Commit

Permalink
Parallel native index population enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Nov 29, 2018
1 parent d705cdf commit 48a3830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public class GenericNativeIndexProvider extends NativeIndexProvider<GenericKey,N
public static final String KEY = NATIVE_BTREE10.providerKey();
public static final IndexProviderDescriptor DESCRIPTOR = new IndexProviderDescriptor( KEY, NATIVE_BTREE10.providerVersion() );
public static final IndexCapability CAPABILITY = new GenericIndexCapability();
static final boolean parallelPopulation = FeatureToggles.flag( GenericNativeIndexProvider.class, "parallelPopulation", false );
static final boolean parallelPopulation = FeatureToggles.flag( GenericNativeIndexProvider.class, "parallelPopulation", true );

/**
* Cache of all setting for various specific CRS's found in the config at instantiation of this provider.
Expand Down

0 comments on commit 48a3830

Please sign in to comment.