Skip to content

Commit c0868a6

Browse files
Oh wow
1 parent 58e8e34 commit c0868a6

File tree

1 file changed

+2
-0
lines changed
  • app/connectors_service/connectors/sources/network_drive

1 file changed

+2
-0
lines changed

app/connectors_service/connectors/sources/network_drive/datasource.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ async def fetch_file_content(self, path):
384384
username=self.username,
385385
password=self.password,
386386
port=self.port,
387+
connection_cache=self._connection_cache,
387388
) as file:
388389
chunk = True
389390
while chunk:
@@ -440,6 +441,7 @@ def list_file_permission(self, file_path, file_type, mode, access):
440441
username=self.username,
441442
password=self.password,
442443
port=self.port,
444+
connection_cache=self._connection_cache,
443445
) as file:
444446
descriptor = self.security_info.get_descriptor(
445447
file_descriptor=file.fd, info=SECURITY_INFO_DACL

0 commit comments

Comments
 (0)