mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 06:55:36 +01:00
Update remove_temp_files repeat time
This commit is contained in:
@@ -96,7 +96,7 @@ app.include_router(router)
|
|||||||
|
|
||||||
|
|
||||||
@app.on_event("startup")
|
@app.on_event("startup")
|
||||||
@repeat_every(seconds=60, raise_exceptions=True)
|
@repeat_every(seconds=5 * 60, raise_exceptions=True)
|
||||||
def remove_temp_files():
|
def remove_temp_files():
|
||||||
current_time = time.time()
|
current_time = time.time()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user