Lets decrease the pipeline size
This commit is contained in:
parent
c0a58a9248
commit
765d0ac1e0
1 changed files with 4 additions and 5 deletions
|
@ -49,12 +49,11 @@ options {
|
||||||
};
|
};
|
||||||
notify yes;
|
notify yes;
|
||||||
minimal-responses yes;
|
minimal-responses yes;
|
||||||
// internal nameservers shouldn't ratelimit
|
|
||||||
// rate-limit requests
|
// rate-limit requests
|
||||||
//rate-limit {
|
rate-limit {
|
||||||
// responses-per-second 25;
|
responses-per-second 25;
|
||||||
// window 5;
|
window 5;
|
||||||
//};
|
};
|
||||||
};
|
};
|
||||||
//
|
//
|
||||||
logging {
|
logging {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue