This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.fsresource-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
commit 38aa5a1ce603256faf6f8a1dd5f48ce559895f55 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Feb 19 10:45:19 2010 +0000 SLING-1387 : File system provider should send resource events git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource@911779 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/OSGI-INF/metatype/metatype.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties index 06ec635..03f9ecf 100644 --- a/src/main/resources/OSGI-INF/metatype/metatype.properties +++ b/src/main/resources/OSGI-INF/metatype/metatype.properties @@ -38,3 +38,8 @@ provider.file.description = Filesystem directory mapped to the virtual \ relative it is resolved against sling.home or the current working directory. \ The path may be a file or folder. If the path does not address an existing \ file or folder, an empty folder is created. + +provider.checkinterval.name = Check Interval +provider.checkinterval.description = If the interval has a value higher than 100, the provider will \ + check the file system for changes periodically. This interval defines the period in milliseconds \ + (the default is 1000). If a change is detected, resource events are sent through the event admin. \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
