round TA_START for multithread startup
This commit is contained in:
parent
e1393fc67c
commit
b6872d063f
|
|
@ -228,7 +228,7 @@ CORS_EXPOSE_HEADERS = ["X-Start-Timestamp"]
|
|||
# TA application settings
|
||||
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
|
||||
TA_VERSION = "v0.5.8-unstable"
|
||||
TA_START = str(int(datetime.now().timestamp()))
|
||||
TA_START = str(int(datetime.now().timestamp() // 10 * 10)) # round it
|
||||
|
||||
# API
|
||||
REST_FRAMEWORK = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue