From c1629692b954251bfee02cd947b1c1159d004b25 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sun, 17 Nov 2024 16:40:16 +0000 Subject: [PATCH] Allow to store files on webdav for up to ca 3 years --- admin/webdav.jsonConfig.json5 | 2 +- test/unit.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/webdav.jsonConfig.json5 b/admin/webdav.jsonConfig.json5 index 29b126d4..07f0d1ac 100644 --- a/admin/webdav.jsonConfig.json5 +++ b/admin/webdav.jsonConfig.json5 @@ -82,7 +82,7 @@ "md": 6, "lg": 3, "min": 1, - "max": 100, + "max": 1000, "type": "number", "label": "piece", "help": "Delete old ioBroker backups with the exception of the last X pieces" diff --git a/test/unit.js b/test/unit.js index 3dc2983f..1f92036d 100644 --- a/test/unit.js +++ b/test/unit.js @@ -1,4 +1,4 @@ -const path = require('path'); +const path = require('node:path'); const { tests } = require('@iobroker/testing'); const jscToolsMock = {