From f36bab4937012c71ffcd405b0b50c9562471acac Mon Sep 17 00:00:00 2001 From: JeremyWhite Date: Fri, 26 Oct 2018 10:06:13 -0500 Subject: [PATCH] issue 562 update change log glob.matching.disabled --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d06b9c7..57dff8d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ * [Issue #548](https://github.com/fabiolb/fabio/issues/548): Slow glob matching with large number of services - This patch adds the new `glob.matching.enabled` option which controls whether glob matching is enabled for + This patch adds the new `glob.matching.disabled` option which controls whether glob matching is enabled for route lookups. If the number of routes is large then the glob matching can have a performance impact and disabling it may help.