upd: comments and spaces
This commit is contained in:
@@ -16,10 +16,10 @@ DECLARE
|
|||||||
v_stamp_old text; -- previous zone SOA timestamp
|
v_stamp_old text; -- previous zone SOA timestamp
|
||||||
v_soa text; -- zone SOA
|
v_soa text; -- zone SOA
|
||||||
|
|
||||||
v_refresh int := 10800;
|
v_refresh int := 10800; -- 3 hours
|
||||||
v_retry int := 3600;
|
v_retry int := 3600; -- 1 hour
|
||||||
v_expire int := 604800;
|
v_expire int := 604800; -- 7 days
|
||||||
v_ttl int := 1800;
|
v_ttl int := 1800; -- 30 min
|
||||||
|
|
||||||
/*
|
/*
|
||||||
refresh -- time lag until the slave again asks the master for a current version of the zone file
|
refresh -- time lag until the slave again asks the master for a current version of the zone file
|
||||||
|
|||||||
Reference in New Issue
Block a user