fixed bug where ignore resume timestamps would not update the disk io thread

This commit is contained in:
Arvid Norberg 2010-06-25 14:06:28 +00:00
parent 3af359fc5b
commit 717c7ba962
1 changed files with 1 additions and 0 deletions

View File

@ -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;