You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add NoDatabaseImpl for the case of some users need a no-database FileDownloader. Refs #727
Enhancement
Import Performance: Using the AtomicLong instead of lock to make better efficiency on increase progressing.
Fix
Fix: Fix response 416 http status because of the last connection range is wrong when resume downloading with the last connection has been downloaded. Closes #737
Fix(npe): Fix the small probability NPE crash when publishing event with it has been removed on other thread. Closes #723