File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
ydb/core/blobstorage/dsproxy Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,10 @@ constexpr ui32 TypicalDisksInSubring = 8;
3232
3333constexpr ui32 MaxBatchedPutSize = 64 * 1024 - 512 - 5 ; // (MinHugeBlobInBytes - 1 - TDiskBlob::HugeBlobOverhead) for ssd and nvme
3434
35- const TDuration ProxyConfigurationTimeout = TDuration::Seconds(20 );
36- const ui32 ProxyRetryConfigurationInitialTimeout = 200 ;
37- const ui32 ProxyRetryConfigurationMaxTimeout = 5000 ;
35+ const TDuration ProxyConfigurationTimeout = TDuration::Seconds(10 );
3836const ui64 UnconfiguredBufferSizeLimit = 32 << 20 ;
3937
40- const TDuration ProxyEstablishSessionsTimeout = TDuration::Seconds(100 );
38+ const TDuration ProxyEstablishSessionsTimeout = TDuration::Seconds(5 );
4139
4240const ui64 DsPutWakeupMs = 60000 ;
4341
You can’t perform that action at this time.
0 commit comments