From: Sergey Matveev Date: Sun, 5 Feb 2017 08:25:58 +0000 (+0300) Subject: Freqs should pass as fast as possible, files are not X-Git-Tag: 0.5^2~1 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=d795c4be9f5fb2f125e8f1839f6476cd1e7e2a99;p=nncp.git Freqs should pass as fast as possible, files are not --- diff --git a/src/cypherpunks.ru/nncp/pkt.go b/src/cypherpunks.ru/nncp/pkt.go index ce85ec2..b35f83e 100644 --- a/src/cypherpunks.ru/nncp/pkt.go +++ b/src/cypherpunks.ru/nncp/pkt.go @@ -47,7 +47,7 @@ const ( MaxPathSize = 1<<8 - 1 DefaultNiceMail = 64 - DefaultNiceFreq = 196 + DefaultNiceFreq = 64 DefaultNiceFile = 196 )