mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-13 14:43:09 +00:00
changing delay from command line to a number
This commit is contained in:
parent
c785f0a2ad
commit
d0c9a60213
@ -3608,7 +3608,7 @@ function runner.configure( args, monitors )
|
||||
{
|
||||
1,
|
||||
function( secs )
|
||||
clSettings.delay = secs
|
||||
clSettings.delay = secs + 0
|
||||
end
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user