You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opts.on('--ram-cache-ttl SECONDS',"The time to live in seconds for remote requests RAM cache (default: #{@@DEFAULT_RAM_CACHE_TTL})")do |ram_cache_ttl|
81
+
options[:ram_cache_ttl]=ram_cache_ttl
82
+
end
83
+
84
+
opts.on('--ram-cache-size ENTRIES',"The maximum number of enties in RAM cache for remote requests (default: #{@@DEFAULT_RAM_CACHE_SIZE})")do |ram_cache_size|
0 commit comments