add user join hub
This commit is contained in:
@@ -13,7 +13,6 @@ var (
|
||||
Port uint32 = 8080
|
||||
MaxDirectMsgCache uint32 = 32
|
||||
MaxHubChannelMsgCache uint32 = 16
|
||||
MaxUserHubRoles uint8 = 64
|
||||
FileStorageBucketName string = "communicator"
|
||||
MaxRequestBytes uint32 = 4 << 10
|
||||
MaxRequestWithFileBytes uint32 = 1 << 30
|
||||
@@ -28,8 +27,6 @@ type configFile struct {
|
||||
Port uint32 `toml:"port"`
|
||||
MaxDirectMsgCache uint32 `toml:"max_direct_messages_cache"`
|
||||
MaxHubChannelMsgCache uint32 `toml:"max_hub_channel_msg_cache"`
|
||||
MaxUserHubRoles uint8 `toml:"max_hub_roles"`
|
||||
FileStorageBucketName string `toml:"file_storage_bucket_name"`
|
||||
MaxRequestBytes uint32 `toml:"max_request_bytes"`
|
||||
MaxRequestWithFileBytes uint32 `toml:"max_request_with_file_bytes"`
|
||||
MaxRequestWithAvatarBytes uint32 `toml:"max_request_with_avatar_bytes"`
|
||||
|
||||
Reference in New Issue
Block a user