mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
STALE_IF_ERROR_SECS can be bumped up
This commit is contained in:
parent
64cd83a440
commit
bf589911de
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ pub const DNS_QUERY_PARAM: &str = "dns";
|
|||
pub const MAX_DNS_QUESTION_LEN: usize = 512;
|
||||
pub const MAX_DNS_RESPONSE_LEN: usize = 4096;
|
||||
pub const MIN_DNS_PACKET_LEN: usize = 17;
|
||||
pub const STALE_IF_ERROR_SECS: u32 = 3600;
|
||||
pub const STALE_IF_ERROR_SECS: u32 = 86400;
|
||||
pub const STALE_WHILE_REVALIDATE_SECS: u32 = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue