Файлы
-rw-rw-r-- 1 81112343 мар 23 11:55 1.txt
-rw-rw-r-- 1 77895087 мар 23 11:56 2.txt
-rw-rw-r-- 1 34717652 мар 23 11:56 3.txt
govno@UX:~/apps$ time ruby start.rb
real 0m26,569s
user 0m58,203s
sys 0m1,158s
errors.add(:content, 'Изображение не может весить > 10 мБ') if attach.byte_size > 1242880
errors.add(:content, 'Можно загружать только изображения') unless attach.image?
errors.add(:content, 'Недопустимый формат изображения') unless attach.content_type == 'image/jpeg' || attach.content_type == 'image/png
По идее net-http-persistent создает connection pool в моем случае по умолчанию
https://github.com/drbrain/net-http-persistent/blo...
или я чего-то не понимаю