Update config.sample.sh
This commit is contained in:
parent
fda3233478
commit
8ea8e534d7
@ -12,10 +12,10 @@ AutoDelCron="true"
|
||||
AutoAddCron="true"
|
||||
|
||||
## ql repo命令拉取脚本时需要拉取的文件后缀,直接写文件后缀名即可
|
||||
RepoFileExtensions="js py ts so"
|
||||
RepoFileExtensions="js py ts so sh"
|
||||
|
||||
## 由于github仓库拉取较慢,所以会默认添加代理前缀,如不需要请移除
|
||||
GithubProxyUrl="https://git.metauniverse-cn.com/"
|
||||
GithubProxyUrl=""
|
||||
|
||||
## 设置定时任务执行的超时时间,默认1h,后缀"s"代表秒(默认值), "m"代表分, "h"代表小时, "d"代表天
|
||||
CommandTimeoutTime="3h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user