Skip to content

Commit acd1d2f

Browse files
committed
reduce the chunk size to 1MB #2477
1 parent 3f299cb commit acd1d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/content_blob.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ContentBlob < ApplicationRecord
4444

4545
include Seek::Data::Checksums
4646

47-
CHUNK_SIZE = 10 ** 8 #100 Mb
47+
CHUNK_SIZE = 10 ** 6 # 1 MB
4848

4949
acts_as_fleximage do
5050
image_directory Seek::Config.temporary_filestore_path + '/image_assets'

0 commit comments

Comments
 (0)