From d71fd90c28e1241835adbb53c4f7bc90a0ff1322 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 28 Jan 2012 00:35:27 +0100 Subject: [PATCH] Be happy about the new speed --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5cad109d..60922385 100644 --- a/README.markdown +++ b/README.markdown @@ -17,7 +17,7 @@ Features: * RFC 1035 zone file parsing; * Fast: * reply speed around 30K qps (Faster hardware -> more qps); - * Parsing RRs (zone files) with 25K RR/s; + * Parsing RRs (zone files) with 30K RR/s; * This is expected to be optimized further. * Client and server side programming (mimicking the http package); * Asynchronous queries for client and server;