minor typos

This commit is contained in:
crn4 2025-06-19 17:09:37 +02:00
parent 00ccca0206
commit bc6dcbeb29

View File

@ -12,8 +12,8 @@ const (
filterTimeout = 5 * time.Minute // Duration to secure the previous login information in the filter filterTimeout = 5 * time.Minute // Duration to secure the previous login information in the filter
reconnTreshold = 5 * time.Minute reconnTreshold = 5 * time.Minute
blockDuration = 10 * time.Minute // Duration for which a user is banned after exceeding the reconnection limit blockDuration = 10 * time.Minute // Duration for which a peer is banned after exceeding the reconnection limit
reconnLimitForBan = 30 // Number of reconnections within the reconnTrashold that triggers a ban reconnLimitForBan = 30 // Number of reconnections within the reconnTreshold that triggers a ban
) )
type config struct { type config struct {