3939. [func] Improve UPDATE forwarding performance by allowing TCP

connections to be shared. [RT #37039]
This commit is contained in:
Mark Andrews
2014-09-04 10:37:45 +10:00
parent 2548678376
commit 74717eef53
12 changed files with 227 additions and 24 deletions

View File

@@ -127,3 +127,9 @@ zone "keytests.nil" {
grant sha512-key name sha512.keytests.nil. ANY;
};
};
zone "many.test" {
type master;
allow-update { any; };
file "many.test.db";
};