14ab50defb
It became apparent that logging can continuously spam errors that trigger file flushing. Since committing the files to disk is an expensive operation, this causes unnecessarily high disk usage. As such, we will revert Flush() to the previous behavior and add a Commit() member function in the event that this behavior is needed. |
||
---|---|---|
.. | ||
file.cpp | ||
file.h | ||
fs.cpp | ||
fs.h | ||
fs_paths.h | ||
fs_types.h | ||
fs_util.cpp | ||
fs_util.h | ||
path_util.cpp | ||
path_util.h |