mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Increased max size of index database cache to 256MB.
This commit is contained in:
parent
028f8545ca
commit
2c9820b2b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue