From 39767f785076ce64d831cbfbc7f51cc2af5ef22d Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Fri, 28 Jun 2013 11:13:53 +0200 Subject: [PATCH] libvideosite: default to config cache enabled --- libvideosite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvideosite.pm b/libvideosite.pm index 3f05160..34191b8 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -34,7 +34,7 @@ my $getter; my %builtin_config = (); my $builtin_config_path; my $builtin_config_default; -my $config_cache = 0; +my $config_cache = 1; my %config_cache = (); our $error; -- 1.8.3.1