add allow-query-cache option

This commit is contained in:
Beu 2020-02-06 19:14:18 +01:00
parent 48d394e35b
commit 2687b1a670
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ view "local" {
// Allow recursion
recursion yes;
allow-recursion { any; };
allow-query-cache { any; };
// Define explicit notify for specific slaves
notify explicit;