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

Update gen_config.h #77

Closed
wants to merge 1 commit into from
Closed

Update gen_config.h #77

wants to merge 1 commit into from

Conversation

Tantrix
Copy link

@Tantrix Tantrix commented Nov 8, 2019

An attempt to add missing 'limit_min_hubs' option.
#69

An attempt to add missing 'limit_min_hubs_total' option.
Copy link
Owner

@janvidar janvidar left a comment

Choose a reason for hiding this comment

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

This file is auto-generated by config.py based on input in config.xml.

@@ -36,6 +36,7 @@ struct hub_config
int limit_min_hubs_user; /*<<< Minimum concurrent hubs as a guest user (default: 0) */
int limit_min_hubs_reg; /*<<< Minimum concurrent hubs as a registered user (default: 0) */
int limit_min_hubs_op; /*<<< Minimum concurrent hubs as a operator (or admin) (default: 0) */
int limit_min_hubs; /*<<< Minimum total hub connections allowed, user/reg/op combined. (default: 0) */
Copy link
Owner

Choose a reason for hiding this comment

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

Shouldn't this be called limit_min_hubs_total?

Edit: No, actually - that's inconsistent with the limit_max_hubs.

@Tantrix
Copy link
Author

Tantrix commented Nov 11, 2019

Acknowledged.

@Tantrix Tantrix closed this Nov 11, 2019
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.

None yet

2 participants