mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon
commit
cb06968413
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