Skip to content

Commit

Permalink
Change interval to 10 secs in appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUsama-afk-equinor authored and UsamaEquinorAFK committed Dec 6, 2023
1 parent 361ec22 commit 839ad33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"BackendBaseRoute": "",
"TimeRangeForMissionDurationEstimationInDays": 30,
"InspectionFindingEventHandler": {
"Interval": "24:00:00",
"TimeSpan": "24:00:00"
"Interval": "00:00:10",
"TimeSpan": "23:59:59"
}
}

0 comments on commit 839ad33

Please sign in to comment.