diff --git a/src/main/config/application.properties b/src/main/config/application.properties index e07c128..b21e116 100644 --- a/src/main/config/application.properties +++ b/src/main/config/application.properties @@ -16,7 +16,6 @@ gitanizer.git.executable.path=git # Maximum number of imports of SVN repositories that run in parallel. gitanizer.importTasks.maxThreads=5 -# Interval in seconds in which the remote SVN repositories will be -# checked for new commits. If new commits are detected, an import -# task is started. +# Interval in seconds in which import tasks from the remote SVN repositories +# into the local git repositories are started. gitanizer.importTasks.intervalInSeconds=60 \ No newline at end of file