From ff557e0d4e8b7aa761de97e6b8561663bbc9d078 Mon Sep 17 00:00:00 2001 From: antonbabak Date: Tue, 4 Feb 2025 09:46:17 +0100 Subject: [PATCH] Document multiple UIDS cookie property --- docs/config-app.md | 1 + src/main/resources/application.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/config-app.md b/docs/config-app.md index c037a74c482..f998cbdbd3a 100644 --- a/docs/config-app.md +++ b/docs/config-app.md @@ -120,6 +120,7 @@ Removes and downloads file again if depending service cant process probably corr ## Setuid - `setuid.default-timeout-ms` - default operation timeout for requests to `/setuid` endpoint. +- `setuid.number-of-uid-cookies` - specifies the maximum number of UID cookies that can be returned in the `/setuid` endpoint response. If it's not specified `1` will be taken as the default value. ## Cookie Sync - `cookie-sync.default-timeout-ms` - default operation timeout for requests to `/cookie_sync` endpoint. diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 31efd30851b..44b49593d92 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -133,6 +133,7 @@ event: default-timeout-ms: 1000 setuid: default-timeout-ms: 2000 + number-of-uid-cookies: 1 vtrack: default-timeout-ms: 2000 allow-unknown-bidder: true