Skip to content

Commit

Permalink
fix: 默认值未更改
Browse files Browse the repository at this point in the history
fix: 版本号未更改
  • Loading branch information
SALTWOOD committed Sep 21, 2024
1 parent b948792 commit b5223f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "93athome",
"version": "3.0.2",
"version": "3.1.0",
"type": "module",
"scripts": {
"start": "rimraf dist && tsc && node --enable-source-maps dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/database/Cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class ClusterEntity {

public downTime: number = 0;

public availShards: number = 2147483647;
public availShards: number = 4294967295;

@Ignore()
private interval: NodeJS.Timeout | null = null;
Expand Down

0 comments on commit b5223f5

Please sign in to comment.