mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
93_DbLog: contrib 4.13.0
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
562e6b9ef1
commit
93235f66fe
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user