mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Update default hoursBack value to 24 in fetchResourceList options
This commit is contained in:
@@ -37,7 +37,7 @@ export default class KubernetesResourceUtils {
|
||||
namespaceAttribute = "resource.k8s.namespace.name",
|
||||
additionalAttributes = [],
|
||||
filterAttributes = {},
|
||||
hoursBack = 1,
|
||||
hoursBack = 24,
|
||||
} = options;
|
||||
|
||||
const endDate: Date = OneUptimeDate.getCurrentDate();
|
||||
|
||||
Reference in New Issue
Block a user