diff --git a/lib/macker/config.rb b/lib/macker/config.rb index 7444a8d..80232ac 100644 --- a/lib/macker/config.rb +++ b/lib/macker/config.rb @@ -16,7 +16,9 @@ def initialize # Can be a string, pathname or proc cache: File.expand_path(File.dirname(__FILE__) + '/../../data/oui_*.txt'), # Expiration can be checked manually - auto_expiration: true + auto_expire: true, + # Stale can be checked manually + auto_stale: true ) end