From: Ralf Ertzinger Date: Fri, 28 Jun 2013 09:13:53 +0000 (+0200) Subject: libvideosite: default to config cache enabled X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=39767f785076ce64d831cbfbc7f51cc2af5ef22d libvideosite: default to config cache enabled --- 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;