constants

package
v0.0.0-...-37f092c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UserServiceName        = "user"
	VideoServiceName       = "video"
	InteractionServiceName = "interaction"
	FollowServiceName      = "follow"
	ChatServiceName        = "chat"
	//mysql table name
	UserTableName           = "user"
	VideoTableName          = "video"
	FollowTableName         = "follow"
	CommentTableName        = "comment"
	FavoriteTableName       = "favorite"
	VideoFavouriteTableName = "video_favourite"
	ChatTableName           = "chat"
	MessageTableName        = "message"
	//Redis
	FollowRedis      = 1
	InteractionRedis = 2
	VideoRedis       = 3
	//limit
	MaxConnections     = 1000
	MaxQPS             = 100
	MaxIdleConnections = 10
	ConnMaxLifetime    = 10 * time.Second
	OffsetTarget       = 5
	//jwt
	JwtSecrete = "jwt_secrete"
	//RPC
	MuxConnection     = 1
	RPCTimeout        = 3 * time.Second
	ConnectionTimeout = time.Second
	// snowflake
	SnowflakeWorkerID     = 0
	SnowflakeDatacenterID = 0
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL