5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 20:16:23 +00:00
panel/config/initializers/device_detector.rb

3 lines
99 B
Ruby
Raw Permalink Normal View History

DeviceDetector.configure do |config|
config.max_cache_keys = 5_000 # to check if not too much
end