From bfba2f73d1ad912c82f59c5541888d6a22c04f96 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 21 Feb 2016 06:40:55 +0000 Subject: We don't really need to store the full XML snapshot in SQL. We don't really need to store the delta XML either, but that code's a bit more complicated, so leave it alone for the moment. svn path=/branches/tk705/; revision=6277 --- rpki/pubd.py | 1 - 1 file changed, 1 deletion(-) (limited to 'rpki/pubd.py') diff --git a/rpki/pubd.py b/rpki/pubd.py index 7ed13425..dbc9c12d 100644 --- a/rpki/pubd.py +++ b/rpki/pubd.py @@ -272,7 +272,6 @@ class main(object): if delta is not None: delta.activate() - self.session.generate_snapshot() self.session.expire_deltas() except Exception as e: -- cgit v1.2.3