add TO DO to config/consts.go

This commit is contained in:
2025-07-30 18:43:07 +03:00
parent 38f784b850
commit b601962354

View File

@@ -2,6 +2,8 @@ package config
import "os" import "os"
// TODO: Need to make a more harmonious and understandable way of storing global variables
// UUIDLength is uuids length for sessions. By default it is 16 bytes. // UUIDLength is uuids length for sessions. By default it is 16 bytes.
var UUIDLength int = 16 var UUIDLength int = 16