File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
ydb/core/blobstorage/nodewarden Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ void TNodeWarden::StartLocalProxy(ui32 groupId) {
58
58
// create proxy with configuration
59
59
proxy.reset (CreateBlobStorageGroupProxyConfigured (TIntrusivePtr<TBlobStorageGroupInfo>(info), false ,
60
60
DsProxyNodeMon, getCounters (info), TBlobStorageProxyParameters{
61
+ .UseActorSystemTimeInBSQueue = Cfg->UseActorSystemTimeInBSQueue ,
61
62
.EnablePutBatching = EnablePutBatching,
62
63
.EnableVPatch = EnableVPatch,
63
64
.SlowDiskThreshold = SlowDiskThreshold,
@@ -70,6 +71,7 @@ void TNodeWarden::StartLocalProxy(ui32 groupId) {
70
71
} else {
71
72
// create proxy without configuration
72
73
proxy.reset (CreateBlobStorageGroupProxyUnconfigured (groupId, DsProxyNodeMon, TBlobStorageProxyParameters{
74
+ .UseActorSystemTimeInBSQueue = Cfg->UseActorSystemTimeInBSQueue ,
73
75
.EnablePutBatching = EnablePutBatching,
74
76
.EnableVPatch = EnableVPatch,
75
77
.SlowDiskThreshold = SlowDiskThreshold,
You can’t perform that action at this time.
0 commit comments