Skip to content

Commit 482aecd

Browse files
committed
Updated poller
1 parent 67d40d5 commit 482aecd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Solutions/SAP BTP/Tools/BtpHelpers.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,11 @@ function New-BtpConnectionRequestBody {
530530
request = @{
531531
apiEndpoint = $apiEndpoint
532532
httpMethod = "Get"
533-
queryWindowInMin = 5
533+
queryWindowInMin = 1
534534
queryTimeFormat = "yyyy-MM-ddTHH:mm:ss.fff"
535535
retryCount = 3
536-
timeoutInSeconds = 120
536+
timeoutInSeconds = 60
537+
queryWindowDelayInMin = 20
537538
startTimeAttributeName = "time_from"
538539
endTimeAttributeName = "time_to"
539540
headers = @{

0 commit comments

Comments
 (0)