From e76ed3cd8280f3516be3dac7c73f6481f1e69ec4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 26 Dec 2016 23:57:32 +0000 Subject: source/sox: integrate mcache support to reduce soxi calls This should improve performance with slow filesystems or systems with slow spawn performance. --- lib/dtas/source.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/dtas/source.rb') diff --git a/lib/dtas/source.rb b/lib/dtas/source.rb index 32b1919..5102888 100644 --- a/lib/dtas/source.rb +++ b/lib/dtas/source.rb @@ -2,6 +2,7 @@ # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) # frozen_string_literal: true require_relative '../dtas' +require_relative 'mcache' module DTAS::Source # :nodoc: end -- cgit v1.2.3-24-ge0c7