mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
unexport rawLimiterConfig
This commit is contained in:
parent
4050b6571a
commit
42db1778ac
3 changed files with 6 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ func easyParseIP(ipstr string) (result net.IP) {
|
|||
}
|
||||
|
||||
var baseConfig = LimiterConfig{
|
||||
RawLimiterConfig: RawLimiterConfig{
|
||||
rawLimiterConfig: rawLimiterConfig{
|
||||
Limit: true,
|
||||
MaxConcurrent: 4,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue