Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Add delay to default settings in lsyncd.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWittman committed Oct 30, 2012
1 parent cdc41ca commit 8b16e8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/lsync.sh
Expand Up @@ -290,8 +290,9 @@ configure() {
settings = {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/lsyncd-status.log",
statusInterval = 20
}
statusInterval = 20,
delay = 20
},
servers = {
EOF
Expand Down

0 comments on commit 8b16e8d

Please sign in to comment.