use int32_t for retry count (#2377)
This commit is contained in:
parent
9fd5806c14
commit
4b6b2a40fa
@ -14,7 +14,7 @@ namespace Azure { namespace Storage { namespace _internal {
|
||||
struct ReliableStreamOptions final
|
||||
{
|
||||
// configures the maximun retries to be done.
|
||||
int64_t MaxRetryRequests;
|
||||
int32_t MaxRetryRequests;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user