配置Config无法正常生效 #157
nahidaspuripuri
started this conversation in
General
Replies: 0 comments
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.
-
使用3.7正式版,试图通过修改config.json文件,添加"ignoreFailureExit"项来防止启动QBCB时因延迟造成的自动退出。
在config.json文件中本身并无"ignoreFailureExit"项,但多出了在主页config说明中未提及的“ignoreAuthFailed”项;在文件中按照其他配置项的格式添加"ignoreFailureExit"项,赋值true,且将“ignoreAuthFailed”项默认的false改为true。
以上操作均无法实现启动QBCB时客户端不再错误退出;客户端读取config时仍会读取到ignoreFailureExit: false。
搞晕了,求大佬们指点。
config改动附图:

日志:
Beta Was this translation helpful? Give feedback.
All reactions