From 0a05264406cfb8a9083a890c32fa26d023fdd457 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 1 Apr 2023 19:10:26 +0300 Subject: [PATCH] Changed value type for $pointApiDelay and set default value of 5 sec. --- config/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.yaml b/config/services.yaml index ed11dfe..1045c2f 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -17,7 +17,7 @@ services: # Point API $pointDomain: 'point.im' $pointScheme: 'https' - $pointApiDelay: '' + $pointApiDelay: 5000 $pointAppUserId: '' $pointApiClient: '@app.point.http_client'