|
|
|
@ -290,7 +290,7 @@ def Update(inGSettings):
|
|
|
|
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
|
|
|
if "Autocleaner" not in inGSettings: # Add "Autocleaner" structure
|
|
|
|
|
inGSettings["Autocleaner"] = { # Some gurbage is collecting in g settings. So you can configure autocleaner to periodically clear gSettings
|
|
|
|
|
"IntervalSecFloat": 600.0, # Sec float to periodically clear gsettings
|
|
|
|
|
"IntervalSecFloat": 7200.0, # Sec float to periodically clear gsettings
|
|
|
|
|
}
|
|
|
|
|
if lL: lL.warning(f"Backward compatibility (v1.1.13 to v1.1.14): Add default 'Autocleaner' structure") # Log about compatibility
|
|
|
|
|
if "Client" not in inGSettings: # Add "Client" structure
|
|
|
|
|