try streaming files as chunks

This commit is contained in:
mungai-njoroge
2024-04-05 08:29:38 +03:00
parent ea086a77af
commit 14f3479baa
3 changed files with 80 additions and 11 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ class Folder:
name: str
path: str
is_sym: bool = False
count: int = 0
trackcount: int = 0
foldercount: int = 0