create types for hubs
This commit is contained in:
@@ -3,7 +3,8 @@ package globals
|
||||
import "time"
|
||||
|
||||
const (
|
||||
MaxDirectMsgCache uint32 = 12
|
||||
MaxDirectMsgCache uint32 = 32
|
||||
MaxHubMsgCache
|
||||
FileStorageBucketName string = "communicator"
|
||||
MaxPostBytes uint32 = 4 << 10
|
||||
MaxPostWithFileBytes uint32 = 1 << 30
|
||||
|
||||
Reference in New Issue
Block a user