From b6019623548b5a364087604492a82af32f5d3254 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 30 Jul 2025 18:43:07 +0300 Subject: [PATCH] add TO DO to config/consts.go --- internal/engine/config/consts.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/engine/config/consts.go b/internal/engine/config/consts.go index 2990545..597623f 100644 --- a/internal/engine/config/consts.go +++ b/internal/engine/config/consts.go @@ -2,6 +2,8 @@ package config 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. var UUIDLength int = 16