Skip to content

Commit 3c8e32b

Browse files
author
Timothy Dodd
committed
Increase pod age threshold in appsettings.json
Updated the `MaxMinutesOldForExistingPods` setting in the `LogSettings` section of `appsettings.json` from 5 minutes to 60 minutes. This change extends the allowable age for existing pods before they are considered outdated or require action.
1 parent 0bdad58 commit 3c8e32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LogMkApi/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"LogSettings": {
2121
"MaxDaysOld": 30,
22-
"MaxMinutesOldForExistingPods": 5,
22+
"MaxMinutesOldForExistingPods": 60,
2323
"BackfillGracePeriodMinutes": 15,
2424
"EnableDuplicateDetection": true
2525
}

0 commit comments

Comments
 (0)