From d795c4be9f5fb2f125e8f1839f6476cd1e7e2a99 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 5 Feb 2017 11:25:58 +0300 Subject: [PATCH] Freqs should pass as fast as possible, files are not --- src/cypherpunks.ru/nncp/pkt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.48.1