From 688288d7c60a648519d3b0127cd9286401078204 Mon Sep 17 00:00:00 2001 From: Jason Terry Date: Tue, 17 Feb 2015 09:50:56 -0700 Subject: Disable conf_cache by default, enable it only when safe to do so Conflicts: FS/FS/Conf.pm --- htetc/handler.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'htetc') diff --git a/htetc/handler.pl b/htetc/handler.pl index 3c68e83ed..18108ab11 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -6,6 +6,9 @@ use strict; use warnings; use FS::Mason qw( mason_interps ); use FS::Trace; +use FS::Conf; + +$FS::Conf::conf_cache_enabled = 1; # enable FS::Conf caching for performance if ( %%%RT_ENABLED%%% ) { -- cgit v1.2.1