Skip to content

Commit 205ea8f

Browse files
committed
Update.
1 parent 1555702 commit 205ea8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/common/guid/guid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func scaleWindow() *big.Int {
109109
maxGUID := MaximumGUID()
110110

111111
tempBigInt := big.NewInt(0)
112-
tempBigInt.Div(maxGUID.id, big.NewInt(50000))
112+
tempBigInt.Div(maxGUID.id, big.NewInt(10000))
113113
tempBigInt.Mul(tempBigInt, big.NewInt(5))
114114

115115
return tempBigInt

0 commit comments

Comments
 (0)