Skip to content

Commit

Permalink
Disable CD->HD caching to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
foone committed May 17, 2022
1 parent 5e50dce commit e7c4d02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SRC/ENGINE/TAGMAN.CPP
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,9 @@ bool TAGM::FCacheTagToHD(PTAG ptag, bool fCacheChildChunks)
if (ksidUseCrf == ptag->sid)
return fTrue;


// FOONE: Disable caching for now. It doesn't seem to be working properly.
return fTrue;
// Do nothing if the source itself is already on HD
if (!_FDetermineIfSourceHD(ptag->sid, &fSourceIsOnHD))
goto LFail;
Expand Down

0 comments on commit e7c4d02

Please sign in to comment.