Skip to content

Commit

Permalink
add : update utils constant
Browse files Browse the repository at this point in the history
  • Loading branch information
GitTsewell committed Jan 16, 2024
1 parent ea647e2 commit 31c2de2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"MysqlDataSource" : "zkroot:zkpasswd@tcp(127.0.0.1:3306)/zkpos?parseTime=true",
"MysqlDataSource" : "root:mysqlpw@tcp(127.0.0.1:55000)/zkpos?parseTime=true",
"DbSuffix": "202307",
"UserDataFile": "./example_data/",
"TreeDB": {
Expand Down
8 changes: 7 additions & 1 deletion utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

const (
BatchCreateUserOpsCounts = 4
BatchCreateUserOpsCounts = 864
AccountTreeDepth = 28
AssetCounts = 350
RedisLockKey = "prover_mutex_key"
Expand All @@ -31,5 +31,11 @@ var (
"pepe": true,
"floki": true,
"nft": true,
"sats": true,
"btt": true,
"bonk": true,
"rats": true,
"axl": true,
"1cat": true,
}
)

0 comments on commit 31c2de2

Please sign in to comment.