mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 07:46:21 +00:00
3 lines
103 B
Ruby
3 lines
103 B
Ruby
|
DeviceDetector.configure do |config|
|
||
|
config.max_cache_keys = 5_000 # to check if not too much
|
||
|
end
|