Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / htetc / handler.pl
index 3c68e83..18108ab 100644 (file)
@@ -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%%% ) {