From d3e16020b06a6d698f851b7b82d37ae848f15b7d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 1 May 2019 12:35:03 +0930 Subject: [PATCH] gossipd: don't spam with update messages. On my node, this queues over 1M messages to lightningd, and that's with only 10 peers, nailing the CPU for quite a while. That could be fixed by making our queue scale, but we shouldn't be hitting this! Signed-off-by: Rusty Russell --- gossipd/routing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossipd/routing.c b/gossipd/routing.c index f7419fcb5ec6..332463574704 100644 --- a/gossipd/routing.c +++ b/gossipd/routing.c @@ -1979,7 +1979,7 @@ u8 *handle_channel_update(struct routing_state *rstate, const u8 *update TAKES, return err; } - status_trace("Received channel_update for channel %s/%d now %s (from %s)", + SUPERVERBOSE("Received channel_update for channel %s/%d now %s (from %s)", type_to_string(tmpctx, struct short_channel_id, &short_channel_id), channel_flags & 0x01,