Update remove_temp_files repeat time

This commit is contained in:
2022-05-03 14:27:20 +03:00
parent e9a2448002
commit 835ebf92a3

View File

@@ -96,7 +96,7 @@ app.include_router(router)
@app.on_event("startup")
@repeat_every(seconds=60, raise_exceptions=True)
@repeat_every(seconds=5 * 60, raise_exceptions=True)
def remove_temp_files():
current_time = time.time()