Ignore:
Timestamp:
01/21/14 10:43:22 (11 years ago)
Author:
twagoo
Message:

Updated initial values for wicket cache size params and added logging of these values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_importer/src/main/resources/VloConfig.xml

    r4283 r4310  
    11<VloConfig>
    22   
    3     <pagesInApplicationCache>128</pagesInApplicationCache>
     3    <!-- Sets the maximum number of page instances which will be stored in the application scoped second level cache for faster retrieval -->
     4    <pagesInApplicationCache>40</pagesInApplicationCache>
    45   
    5     <sessionCacheSize>500</sessionCacheSize>
     6    <!-- Sets the maximum size (in KILOBYTES) of the File where page instances per session are stored. -->
     7    <sessionCacheSize>10000</sessionCacheSize>
    68   
    79    <deleteAllFirst>true</deleteAllFirst>
Note: See TracChangeset for help on using the changeset viewer.