Skip to content

Commit

Permalink
Update OptionChecks.nsh
Browse files Browse the repository at this point in the history
Hi,
In some machines we have issues like this
fusioninventory/fusioninventory-agent#398, where we need to increase backend-collect-timeout parameter value. (In some cases, we need to set this value to 3600.)
  • Loading branch information
abmteam authored Jul 19, 2021
1 parent 2e450b2 commit 22ee3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSIS/FusionInventory-Agent/Include/OptionChecks.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Function IsValidOptionCollectTimeoutValue

; Check
${If} $R0 < 0
${OrIf} $R0 > 600
${OrIf} $R0 > 3600
${OrIfNot} ${IsAnIntegerNumber} "$R0"
; $R0 is an invalid value
StrCpy $R1 1
Expand Down

0 comments on commit 22ee3f5

Please sign in to comment.