From e9de72e47fedfdac3a241ecb2e40d1b164dddbc9 Mon Sep 17 00:00:00 2001 From: Philippe Chepy Date: Tue, 11 Jul 2023 11:12:33 +0000 Subject: [PATCH] (fmt) --- pkg/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index cd8b38d0a..c3b6bbc48 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -15,8 +15,8 @@ const ( // global endpoint. DefaultZone = "ch-gva-2" - DefaultEnvironment = "api" - DefaultTimeout = 5 * time.Minute + DefaultEnvironment = "api" + DefaultTimeout = 5 * time.Minute ComputeMaxUserDataLength = 32768 )