Change default inventory limit to 6 [SCI-2301]

This commit is contained in:
Oleksii Kriuchykhin 2018-05-16 10:23:36 +02:00
parent 1e5f9519ca
commit beacdb934f

View file

@ -4,6 +4,6 @@ Rails.application.configure do
if ENV['REPOSITORIES_LIMIT']
ENV['REPOSITORIES_LIMIT'].to_i
else
5
6
end
end