Added default MIN_WAIT and MAX_WAIT values

This commit is contained in:
deajan 2018-10-10 01:45:39 +02:00
parent 633e6397d0
commit 3dc8478ba7
1 changed files with 2 additions and 0 deletions

View File

@ -2814,6 +2814,8 @@ _NOLOCKS=false
osync_cmd=$0 osync_cmd=$0
_SUMMARY=false _SUMMARY=false
INITIALIZE="no" INITIALIZE="no"
MIN_WAIT=60
MAX_WAIT=7200
function GetCommandlineArguments { function GetCommandlineArguments {
local isFirstArgument=true local isFirstArgument=true