]> Cypherpunks.ru repositories - nncp.git/commitdiff
Freqs should pass as fast as possible, files are not
authorSergey Matveev <stargrave@stargrave.org>
Sun, 5 Feb 2017 08:25:58 +0000 (11:25 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 5 Feb 2017 08:25:58 +0000 (11:25 +0300)
src/cypherpunks.ru/nncp/pkt.go

index ce85ec2e853581358bd0ea1fc3671c72f61009f6..b35f83e3ee969f6fdaad031ae3972b83b8cf04bb 100644 (file)
@@ -47,7 +47,7 @@ const (
        MaxPathSize = 1<<8 - 1
 
        DefaultNiceMail = 64
-       DefaultNiceFreq = 196
+       DefaultNiceFreq = 64
        DefaultNiceFile = 196
 )