1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Removes tail size (#1981)

* Removes tail size

* Removes tail from analytics
This commit is contained in:
Amir Raminfar
2022-12-12 09:14:29 -08:00
committed by GitHub
parent cc97e90a3e
commit 155757dd74
8 changed files with 23 additions and 30 deletions

View File

@@ -6,6 +6,5 @@ type StartEvent struct {
FilterLength int `json:"filterLength"`
CustomAddress bool `json:"customAddress"`
CustomBase bool `json:"customBase"`
TailSize int `json:"tailSize"`
Protected bool `json:"protected"`
}