upd: comments and spaces

This commit is contained in:
Alexey Kovrizhkin
2023-07-08 15:40:31 +03:00
parent b35df3328c
commit f937028c2b

View File

@@ -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