Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs/gc: Reduce GC thread urgent sleep time to 50ms
Android sets the value to 50ms via vold's IdleMaint service. Since 500ms is too long for GC to colllect all invalid segments in time which results in performance degradation. On un-encrypted device, vold fails to set this value to 50ms thus degrades the performance over time. Change-Id: I80f2c29558393d726d5e696aaf285096c8108b23
- Loading branch information