create types for hubs

This commit is contained in:
2026-04-19 23:25:30 +02:00
parent c7da6a3b4f
commit 37ec877baf
2 changed files with 79 additions and 2 deletions
+2 -1
View File
@@ -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