Skip to content

Commit

Permalink
Experiment delete without updating zone table
Browse files Browse the repository at this point in the history
  • Loading branch information
aeden committed Jul 8, 2021
1 parent 63ad26a commit 1f2c5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erldns_zone_cache.erl
Expand Up @@ -371,7 +371,7 @@ delete_zone_rrset(ZoneName, Digest, RRFqdn, Type, Counter) ->
N when N > 0 ->
% DELETE RRSet command has been sent
% we need to update the zone digest as the zone content changes
update_zone_records_and_digest(ZoneName, get_zone_records(ZoneName), Digest),
% update_zone_records_and_digest(ZoneName, get_zone_records(ZoneName), Digest),

write_rrset_sync_counter({ZoneName, RRFqdn, Type, Counter});
_ ->
Expand Down

0 comments on commit 1f2c5aa

Please sign in to comment.