summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorJason Terry <jterry@bluehost.com>2015-02-17 09:50:56 -0700
committerIvan Kohler <ivan@freeside.biz>2015-02-24 18:54:53 -0800
commit688288d7c60a648519d3b0127cd9286401078204 (patch)
treece2edb94486fa2a5adfcbb581746686390cab156 /htetc
parent24bdd2d7ec485534761891bd1b0c42f14c11435a (diff)
Disable conf_cache by default, enable it only when safe to do so
Conflicts: FS/FS/Conf.pm
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 3c68e83..18108ab 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%%% ) {