Skip to content

Commit

Permalink
netlog: Reduce AUTH rate
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jan 20, 2023
1 parent a8f6bac commit b01e0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netlog/netlog
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ our %LIMIT=( # ( class => rate-limit , ... )
'HARDERR'=>new My::RateLimit(1,14400), # 1 in 4 h
'NACHTWAECHTER' => new My::RateLimit(10,3600), # 10 in 1 h
'CPING' => new My::RateLimit(1,86400), # 1 in 24 h
'AUTH' => new My::RateLimit(2,60), # 2 in 1 min
);

our $GLOBAL_LIMIT=new My::RateLimit(10,60);
Expand Down

0 comments on commit b01e0b2

Please sign in to comment.