Skip to content

Commit

Permalink
reduced scan frequency of FileInstall and only activate it once the r…
Browse files Browse the repository at this point in the history
…est of the stack is up (level 90) (#608)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and martinvw committed Dec 14, 2017
1 parent 70392f4 commit 2f7cecf
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
felix.fileinstall.dir = ${openhab.home}/addons
felix.fileinstall.tmpdir = ${karaf.data}/tmp/bundles
felix.fileinstall.poll = 1000
felix.fileinstall.poll = 10000
felix.fileinstall.start.level = 80
felix.fileinstall.active.level = 80
felix.fileinstall.active.level = 90
felix.fileinstall.log.level = 3
felix.fileinstall.subdir.mode = skip

0 comments on commit 2f7cecf

Please sign in to comment.