From ec85b5f367893a9cdc99b1543bbcde849d92e7ef Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 10 Sep 2022 14:27:15 +0100 Subject: [Minor] Remove priorities from idempotent filters --- src/plugins/lua/metadata_exporter.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/lua/metadata_exporter.lua') diff --git a/src/plugins/lua/metadata_exporter.lua b/src/plugins/lua/metadata_exporter.lua index c5f4ca148..8ccf9afe1 100644 --- a/src/plugins/lua/metadata_exporter.lua +++ b/src/plugins/lua/metadata_exporter.lua @@ -652,7 +652,6 @@ for k, r in pairs(settings.rules) do name = 'EXPORT_METADATA_' .. k, type = 'idempotent', callback = gen_exporter(r), - priority = 10, flags = 'empty,explicit_disable,ignore_passthrough', augmentations = {string.format("timeout=%f", r.timeout or 0.0)} }) -- cgit v1.2.3