Skip to content

Commit

Permalink
Increase filesize limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsecadeline committed Apr 20, 2021
1 parent fd76d33 commit 6f9b00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cache_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CacheManager

def initialize(cache)
@cache = cache
@filesize_limit = 50 # in megabytes
@filesize_limit = 100 # in megabytes
FileUtils.mkdir_p(@cache)
end

Expand Down

0 comments on commit 6f9b00c

Please sign in to comment.