1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Increased max size of index database cache to 256MB.

This commit is contained in:
Sergey Prigogin 2016-03-02 17:56:09 -08:00
parent 028f8545ca
commit 2c9820b2b0

View file

@ -129,7 +129,7 @@ public class CCorePreferenceConstants {
/** /**
* Default absolute maximum size of the index-db in megabytes. * Default absolute maximum size of the index-db in megabytes.
*/ */
public static final String DEFAULT_MAX_INDEX_DB_CACHE_SIZE_MB = "64"; //$NON-NLS-1$ public static final String DEFAULT_MAX_INDEX_DB_CACHE_SIZE_MB = "256"; //$NON-NLS-1$
/** /**
* Boolean preference controlling whether paths of non-workspace files are stored in index in canonical * Boolean preference controlling whether paths of non-workspace files are stored in index in canonical