mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 10:14:17 +08:00
Change default inventory limit to 6 [SCI-2301]
This commit is contained in:
parent
1e5f9519ca
commit
beacdb934f
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ Rails.application.configure do
|
|||
if ENV['REPOSITORIES_LIMIT']
|
||||
ENV['REPOSITORIES_LIMIT'].to_i
|
||||
else
|
||||
5
|
||||
6
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue