From 0bfc47a6c43cbc87b99b3fa7179f7461c164c1cd Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 23 Mar 2021 11:20:11 +0000 Subject: [PATCH] Disable garbage collection. --- nqptp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nqptp.c b/nqptp.c index 3e5ec5c..4494fc0 100644 --- a/nqptp.c +++ b/nqptp.c @@ -1277,7 +1277,7 @@ int main(void) { } // here, invalidate records and entries that are out of date uint64_t tn = get_time_now(); - deleteObseleteClockRecords(&clocks, tn); + // deleteObseleteClockRecords(&clocks, tn); } } -- 2.47.2