fix race condition in windows agent update amidaware/tacticalrmm#1250

This commit is contained in:
wh1te909 2022-11-06 21:49:26 -08:00
parent eddafb873b
commit e11c38dd49
2 changed files with 2 additions and 1 deletions

View file

@ -154,7 +154,7 @@ func New(logger *logrus.Logger, version string) *Agent {
Option: service.KeyValue{
"StartType": "automatic",
"OnFailure": "restart",
"OnFailureDelayDuration": "5s",
"OnFailureDelayDuration": "12s",
"OnFailureResetPeriod": 10,
},
}