From f7af8ec910bb01dfd729ba56654a49d7cc030232 Mon Sep 17 00:00:00 2001 From: Carl Vuorinen Date: Sat, 9 May 2020 19:00:12 +0300 Subject: [PATCH] Set 30 days TTL for smartbanner (#12174) So that it will not get shown every time (it uses session cookie by default). 30 days in milliseconds = 2592000000 --- website/client/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/public/index.html b/website/client/public/index.html index 8e65f80c3b..d0af431092 100644 --- a/website/client/public/index.html +++ b/website/client/public/index.html @@ -18,6 +18,7 @@ +