From edae533cd47384c155485af74ef968453de69b9e Mon Sep 17 00:00:00 2001 From: Alfred Schmid <A.Schmid@ff-muenchen.de> Date: Wed, 19 Feb 2014 11:04:16 -0500 Subject: [PATCH] Fixed error with negative periods. Using at least ldapCaching period to sync with ldap --- src/main/distrib/data/gitblit.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index d1b0e4b..bd0efd9 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -1512,7 +1512,7 @@ # only used for LDAP user synchronization. # # Must be of the form '<long> <TimeUnit>' where <TimeUnit> is one of 'MILLISECONDS', 'SECONDS', 'MINUTES', 'HOURS', 'DAYS' -# <long> is at least 5 Minutes if lower values are given the default is used. +# <long> is at least the value from realm.ldap.ldapCachePeriod if lower the value from realm.ldap.ldapCachePeriod is used. # default: 5 MINUTES # # RESTART REQUIRED -- Gitblit v1.9.1