Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1589

lrusize always null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • ManifoldCF 2.12
    • ManifoldCF 2.13
    • Framework core
    • None

    Description

      public abstract class BaseDescription implements ICacheDescription {
      ...
      public int getMaxLRUCount()
         ...
                String x = null; // JSKW.getProperty("cache."+objectClassName+".lrusize");
                if (x == null)
         ...
      

      Change this condition so that it does not always evaluate to "true"

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            cguzel Cihad Guzel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: