Skip to content

Commit cf4065a

Browse files
committed
Added TODO.
1 parent b7e9e00 commit cf4065a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gdrivefs/gdfs/opened_file.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@ def __load_base_from_remote(self):
375375
"Updating buffers.", entry)
376376

377377
_logger.debug("Loading buffers.")
378+
# TODO(dustin): There is absolutely no reason to read this data into memory,
379+
# other than to completely kill efficiency.
380+
#
381+
# We should've fixed this, but none of our branches reflect that.
378382

379383
with open(temp_file_path, 'rb') as f:
380384
# Read the locally cached file in.

0 commit comments

Comments
 (0)