mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
0177fc0dfd
commit
cc135e9f13
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user