Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add choose update time #1499

Closed
wants to merge 2 commits into from
Closed

add choose update time #1499

wants to merge 2 commits into from

Conversation

zxlhhyccc
Copy link
Contributor

In current case, updated daily at 5 o 'clock, which is not very friendly for users who need other times.

@@ -498,6 +498,9 @@ load_service()
config_get tcp_server "$section" "tcp_server" "1"
config_get server_flags "$section" "server_flags" ""

config_get auto_update_day_time "$section" "auto_update_day_time" "5"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这两个时间,有没有可能合并为一个配置项?

或者可以给一个24小时的列表,让用户选择?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

大佬,你的意思是仅设置为每天的某个小时不需设置分钟对吗?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

对,感觉分钟没必要。有分钟的话多了一个配置框,使用上感觉复杂了

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以的,我抽空改一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants