class Mangdown::MangaBat::Chapter

A manga chapter web page

Public Instance Methods

hydra_opts() click to toggle source
# File lib/mangdown/adapter/manga_bat.rb, line 135
def hydra_opts
  { max_concurrency: 10 }
end