mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 22:34:02 +03:00
Tune defaults
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
package antireplay
|
||||
|
||||
const (
|
||||
DefaultMaxSize = 10 * 1024 * 1024 // 10mib
|
||||
DefaultErrorRate = 0.0001
|
||||
DefaultMaxSize = 1024 * 1024 // 1MiB
|
||||
DefaultErrorRate = 0.001
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user