params fixing

This commit is contained in:
FTCHD
2026-07-12 18:01:52 +03:00
parent d96cfdee00
commit 5ba82e91da
14 changed files with 544 additions and 231 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ export const RCLONE_CONFIG_DEFAULTS = {
'checkers': 16,
},
vfs: {
'chunk_size': '4M',
'chunk_streams': 16,
'vfs_read_chunk_size': '4M',
'vfs_read_chunk_streams': 16,
},
} as const