Skip to content

Commit 3038fa3

Browse files
updating example.
1 parent 2e724ec commit 3038fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example Projects/dotNetCoreExample/Examples/Basic/BasicSendWithRetry.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public SendResponse RunExample()
1414
var client = new SocketLabsClient(ExampleConfig.ServerId, ExampleConfig.ApiKey, proxy)
1515
{
1616
EndpointUrl = ExampleConfig.TargetApi,
17-
RequestTimeout = 5,
18-
RetrySettings = new RetrySettings(3, TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(3))
17+
RequestTimeout = 120,
18+
RetrySettings = new RetrySettings(3, TimeSpan.FromSeconds(5), TimeSpan.FromSeconds(5))
1919
};
2020

2121
var message = new BasicMessage();

0 commit comments

Comments
 (0)