2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

93_DbLog: contrib 4.13.0

git-svn-id: https://svn.fhem.de/fhem/trunk@25829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2022-03-13 21:05:39 +00:00
parent 1783d595fb
commit 78d4402924

View File

@ -472,6 +472,11 @@ sub DbLog_Attr {
if ($aName eq "SQLiteCacheSize" || $aName eq "SQLiteJournalMode") {
InternalTimer(gettimeofday()+1.0, "DbLog_attrForSQLite", $hash, 0);
InternalTimer(gettimeofday()+1.5, "DbLog_attrForSQLite", $hash, 0); # muß zweimal ausgeführt werden - Grund unbekannt :-(
}
if ($aName eq "convertTimezone") {
my $rmf = reqModFail();
return "You have to install the required perl module: ".$rmf if($rmf);
}
}