|
|
|
|
|
by aaron42net
2938 days ago
|
|
Skimming the bucket code, it appears that the rate-limiting information is stored in a map. It doesn't appear to implement an LRU or attempt to clean up stale entries. If I feed this user-supplied keys such as IP address or cookies, doesn't this mean it will grow without bound? |
|