fixed bug where ignore resume timestamps would not update the disk io thread
This commit is contained in:
parent
3af359fc5b
commit
717c7ba962
|
@ -1181,6 +1181,7 @@ namespace aux {
|
|||
|| m_settings.file_pool_size != s.file_pool_size
|
||||
|| m_settings.volatile_read_cache != s.volatile_read_cache
|
||||
|| m_settings.no_atime_storage!= s.no_atime_storage
|
||||
|| m_settings.ignore_resume_timestamps != s.ignore_resume_timestamps
|
||||
|| m_settings.low_prio_disk != s.low_prio_disk)
|
||||
update_disk_io_thread = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue