• Qingyu Zhao's avatar
    Disable rugged auto-detect when Puma threads>1 · 622b8e62
    Qingyu Zhao authored
    If Puma is in use and Puma threads is more than 1, it is expected to
    have performance lose by using Rugged patches, because of Rugged calls
    does not release Ruby GVL while doing IO. So in this case, we will
    ignore rugged automatic detect `can_use_disk?`.
    622b8e62
use_rugged.rb 1.49 KB