Updated to be correct port.

This commit is contained in:
2026-04-30 08:39:31 +02:00
parent 96dd5c863e
commit e0c2bf08b4
4 changed files with 19 additions and 32 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"nfeeder/internal/db"
)
var MAX_USER_SESSIONS = 5
var MAX_USER_SESSIONS = 3
type Server struct {
httpServer *http.Server