mirror of https://gitlab.com/bashrc2/epicyon
Only one argument
parent
d42ee647d3
commit
55c351e8a6
2
posts.py
2
posts.py
|
@ -3362,7 +3362,7 @@ def expireCache(baseDir: str, personCache: {},
|
||||||
while True:
|
while True:
|
||||||
# once per day
|
# once per day
|
||||||
time.sleep(60 * 60 * 24)
|
time.sleep(60 * 60 * 24)
|
||||||
expirePersonCache(baseDir, personCache)
|
expirePersonCache(personCache)
|
||||||
archivePosts(baseDir, httpPrefix, archiveDir, recentPostsCache,
|
archivePosts(baseDir, httpPrefix, archiveDir, recentPostsCache,
|
||||||
maxPostsInBox)
|
maxPostsInBox)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue