mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-29 19:56:39 -05:00
Only keep call log for 14 days
This commit is contained in:
parent
596bef2db4
commit
2bc80d2936
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class ReticulumTelephone():
|
|||
WAIT_TIME = 60
|
||||
PATH_TIME = 10
|
||||
|
||||
CALL_LOG_KEEP = 30*24*60*60
|
||||
CALL_LOG_KEEP = 14*24*60*60
|
||||
|
||||
def __init__(self, identity, owner = None, service = False, speaker=None, microphone=None, ringer=None, logpath=None):
|
||||
self.identity = identity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue