...
Code Block | ||
---|---|---|
| ||
# Set this variable directly before the function call to override the cache and exceptionally submit allALL values. # After every function call, the function resets the value to 0. $LoxBerry::IO::mem_sendall = 1; # Change the setting after what time (seconds) the cache should be cleared and all values should be sent. # Default value is 3600. $LoxBerry::IO::mem_sendall_sec = 7200; |
...