From e70bf8a6c82e3d5c943550b364fc6f8120f6f07e Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:34:12 +0200 Subject: [chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-Status` (#1886) * [chore/refactor] update domain block processing * expose domain block import errors a lil better * move/remove unused query keys --- test/envparsing.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/envparsing.sh') diff --git a/test/envparsing.sh b/test/envparsing.sh index 01a0877b0..eb6b8da1a 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -40,6 +40,9 @@ EXPECT=$(cat <<"EOF" "follow-request-ttl": 1800000000000, "follow-sweep-freq": 60000000000, "follow-ttl": 1800000000000, + "instance-max-size": 2000, + "instance-sweep-freq": 60000000000, + "instance-ttl": 1800000000000, "list-entry-max-size": 2000, "list-entry-sweep-freq": 60000000000, "list-entry-ttl": 1800000000000, -- cgit v1.2.3