We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1832e commit 8f73661Copy full SHA for 8f73661
client/config/peerhost_darwin.go
@@ -139,7 +139,7 @@ var peerHostConfig = func() *DaemonOption {
139
Duration: DefaultTaskExpireTime,
140
},
141
StoreStrategy: SimpleLocalTaskStoreStrategy,
142
- Multiplex: false,
+ Reuse: false,
143
DiskGCThresholdPercent: 95,
144
ReloadGoroutineCount: 64,
145
client/config/peerhost_test.go
@@ -409,7 +409,7 @@ func TestPeerHostOption_Load(t *testing.T) {
409
StoreStrategy: StoreStrategy("io.d7y.storage.v2.simple"),
410
DiskGCThreshold: 60 * unit.MB,
411
DiskGCThresholdPercent: 0.6,
412
- Multiplex: true,
+ Reuse: true,
413
414
Health: &HealthOption{
415
Path: "/health",
0 commit comments