Replies: 3 comments 4 replies
-
还有一个问题想请教下,比如下面这个地址http://[2409:8087:1a01:df::4077]:80/ottrrs.hl.chinamobile.com/yinhe/88888888/8/3221225588/index.m3u8 |
Beta Was this translation helpful? Give feedback.
4 replies
-
你的理解是正确的,后续会优化精简更新时间环境变量。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
已实现,请更新 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前我建立容器时定义了一个 UPDATE_CRON1=0 */3 * * * 未设置UPDATE_CRON2,但是容器生成后自动带出了UPDATE_CRON2=0 10 * * *
经过昨晚到今天早晨的观察UPDATE_CRON1=0 */3 * * * 可以做到每3小时自动更新,但是没有到UPDATE_CRON2会不会造成什么影响。请问能不能把这个UPDATE_CRON2去掉?
如果是crontab的写法,达到每天10点和22点更新也可以写在一起吧?UPDATE_CRON1=0 10,22 * * *
Beta Was this translation helpful? Give feedback.
All reactions