Module: SpreeCmCommissioner::Integrations::InventorySyncCachable

Instance Method Summary collapse

Instance Method Details

#sync_cache_ttlObject



4
5
6
# File 'app/models/concerns/spree_cm_commissioner/integrations/inventory_sync_cachable.rb', line 4

def sync_cache_ttl
  ENV.fetch('SYNC_CACHE_TTL', '300').to_i.seconds
end