Skip to content

Commit 8f73661

Browse files
committed
fix missing renames
Signed-off-by: Li Yazhou <me.ssword@gmail.com>
1 parent da1832e commit 8f73661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/config/peerhost_darwin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ var peerHostConfig = func() *DaemonOption {
139139
Duration: DefaultTaskExpireTime,
140140
},
141141
StoreStrategy: SimpleLocalTaskStoreStrategy,
142-
Multiplex: false,
142+
Reuse: false,
143143
DiskGCThresholdPercent: 95,
144144
ReloadGoroutineCount: 64,
145145
},

client/config/peerhost_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ func TestPeerHostOption_Load(t *testing.T) {
409409
StoreStrategy: StoreStrategy("io.d7y.storage.v2.simple"),
410410
DiskGCThreshold: 60 * unit.MB,
411411
DiskGCThresholdPercent: 0.6,
412-
Multiplex: true,
412+
Reuse: true,
413413
},
414414
Health: &HealthOption{
415415
Path: "/health",

0 commit comments

Comments
 (0)