mirror of
https://github.com/nzbget/nzbget.git
synced 2026-05-24 20:54:28 -04:00
#64: implemented dupe matcher
Before scanning of dupe directories the directories are quickly checked by dupe matcher. It determines if they contain or may contain the same content. If the dupe checker detects a dupe containing different content as the download being currently processed by par-checker, such extra dupe is skipped to save time during dupe par scan.
This commit is contained in:
@@ -599,7 +599,7 @@ int ScriptController::Execute()
|
||||
fclose(m_pReadpipe);
|
||||
}
|
||||
|
||||
if (m_bTerminated)
|
||||
if (m_bTerminated && m_szInfoName)
|
||||
{
|
||||
warn("Interrupted %s", m_szInfoName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user