You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Chetan Mehrotra <ch...@gmail.com> on 2016/12/21 15:17:05 UTC

Re: svn commit: r1775464 - /jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java

On Wed, Dec 21, 2016 at 8:29 PM,  <md...@apache.org> wrote:
> +     */
> +    private static final long GC_BACKOFF = getInteger("gc.backoff", 10*3600*1000);
> +

Would be good to prefix the system property with "oak" .


Chetan Mehrotra

Re: svn commit: r1775464 - /jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java

Posted by Michael Dürig <md...@apache.org>.

On 21.12.16 4:17 , Chetan Mehrotra wrote:
> On Wed, Dec 21, 2016 at 8:29 PM,  <md...@apache.org> wrote:
>> +     */
>> +    private static final long GC_BACKOFF = getInteger("gc.backoff", 10*3600*1000);
>> +
>
> Would be good to prefix the system property with "oak" .

Good catch, done at http://svn.apache.org/viewvc?rev=1775476&view=rev

Michael