removed rateLimit from http router requests
improved logging
This commit is contained in:
@@ -34,14 +34,6 @@ func (Stats) Fields() []ent.Field {
|
||||
field.Uint("ud_flash").Optional(),
|
||||
field.Uint("ud_decoy").Optional(),
|
||||
field.Uint("ud_smoke").Optional(),
|
||||
field.Uint("hit_group_head").Optional(),
|
||||
field.Uint("hit_group_chest").Optional(),
|
||||
field.Uint("hit_group_stomach").Optional(),
|
||||
field.Uint("hit_group_left_arm").Optional(),
|
||||
field.Uint("hit_group_right_arm").Optional(),
|
||||
field.Uint("hit_group_left_leg").Optional(),
|
||||
field.Uint("hit_group_right_leg").Optional(),
|
||||
field.Uint("hit_group_gear").Optional(),
|
||||
field.String("crosshair").Optional(),
|
||||
field.Enum("color").Optional().Values("green", "yellow", "purple", "blue", "orange", "grey"),
|
||||
field.Int("kast").Optional(),
|
||||
|
Reference in New Issue
Block a user