Skip to content

Commit 36f2eb9

Browse files
committed
update consistent request requirement
1 parent f98c2c2 commit 36f2eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/sentinel/custompollers/sentinel_threat_intelligence_indicator_poller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
// Tracked by https://github.com/Azure/azure-rest-api-specs/issues/35551
1919
var _ pollers.PollerType = &threatIntelligenceIndicatorPooler{}
2020

21-
const concistentRequestNumber = 5
21+
const concistentRequestNumber = 10
2222

2323
type threatIntelligenceIndicatorPooler struct {
2424
client azuresdkhacks.ThreatIntelligenceIndicatorClient

0 commit comments

Comments
 (0)