Skip to content

Commit b47fae6

Browse files
author
Jan Jedrychowski
committed
Change default to 20
1 parent 738f582 commit b47fae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta_request/lib/meta_request/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def logger
1010
# Number of files kept in storage.
1111
# Increase when using an application loading many simultaneous requests.
1212
def storage_pool_size
13-
@storage_pool_size ||= 10
13+
@storage_pool_size ||= 20
1414
end
1515
end
1616
end

0 commit comments

Comments
 (0)