Skip to content

Commit

Permalink
Allow to store files on webdav for up to ca 3 years
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 17, 2024
1 parent b6509df commit c162969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/webdav.jsonConfig.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/unit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const path = require('path');
const path = require('node:path');
const { tests } = require('@iobroker/testing');

const jscToolsMock = {
Expand Down

0 comments on commit c162969

Please sign in to comment.