This content has been marked as final.
Show 3 replies
-
1. Re: New Parameter for Journal cleanup
clebert.suconic Jul 1, 2009 9:23 PM (in response to clebert.suconic)Just thought of a better name:
- compactPercenptual
- journalCompactMinFiles
but I'm still opened for suggestions. -
2. Re: New Parameter for Journal cleanup
ataylor Jul 2, 2009 3:51 AM (in response to clebert.suconic)Percenptual, is that a word :)
-
3. Re: New Parameter for Journal cleanup
clebert.suconic Jul 2, 2009 9:50 AM (in response to clebert.suconic)
I have actually written percentual when I wrote on the code. (pfew!... I thought I used the wrong word there also)public class Configuration .... int getJournalCompactMinFiles(); void setJournalCompactMinFiles(int minFiles); int getJournalCompactPercentage(); void setJournalCompactPercentage(int percentage); ...
journalCompactMinFiles = getInteger(e, "journal-compact-min-files", journalCompactMinFiles, GE_ZERO); journalCompactPercentage = getInteger(e, "journal-compact-percentage", journalCompactPercentage, PERCENTAGE);