about summary refs log tree commit homepage
path: root/lib/dtas/source.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-26 23:57:32 +0000
committerEric Wong <e@80x24.org>2016-12-27 00:52:54 +0000
commite76ed3cd8280f3516be3dac7c73f6481f1e69ec4 (patch)
tree4e7405bc252a1e708d9a133ce7f1ebed37f311ec /lib/dtas/source.rb
parentefd81f4f6be4e91225aa893787d4ede84b46ed5e (diff)
downloaddtas-e76ed3cd8280f3516be3dac7c73f6481f1e69ec4.tar.gz
This should improve performance with slow filesystems
or systems with slow spawn performance.
Diffstat (limited to 'lib/dtas/source.rb')
-rw-r--r--lib/dtas/source.rb1
1 files changed, 1 insertions, 0 deletions
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