98_fhemDebug.pm: add DbRep to the blacklist

git-svn-id: https://svn.fhem.de/fhem/trunk@16007 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-01-27 10:44:34 +00:00
parent 0177fc0dfd
commit cc135e9f13

View File

@ -107,7 +107,7 @@ fhemdebug_memusage($)
eval "use Devel::Size";
return $@ if($@);
my %bl = ("main::modules::MAX"=>1, HTTPMOD=>1);
my %bl = ("main::modules::MAX"=>1, HTTPMOD=>1, DbRep=>1);
$Devel::Size::warn = 0;
my @param = split(" ", $param);
my $max = 50;