mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: workers correctly assing ws properties
This commit is contained in:
parent
05cdc20d7f
commit
7998577b07
@ -324,8 +324,8 @@ export class WorkerManager extends Map<
|
||||
shards: this._info!.shards,
|
||||
},
|
||||
properties: {
|
||||
...properties,
|
||||
...this.options.properties,
|
||||
...properties,
|
||||
},
|
||||
} satisfies ManagerSpawnShardsResharding);
|
||||
}
|
||||
@ -340,8 +340,8 @@ export class WorkerManager extends Map<
|
||||
shards: this.totalShards,
|
||||
},
|
||||
properties: {
|
||||
...properties,
|
||||
...this.options.properties,
|
||||
...properties,
|
||||
},
|
||||
} satisfies ManagerSpawnShards);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user