Skip to content

Commit

Permalink
increase dose
Browse files Browse the repository at this point in the history
  • Loading branch information
Geapefurit committed Feb 1, 2024
1 parent b51973d commit 95fb2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nft-meta/api/v1/synctask/synctask.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
const (
MaxPutTaskNumOnce = 1000
MaxPutBadBlockTaskNumOnce = 50
RedisLockTimeout = time.Second * 5
RedisLockTimeout = time.Second * 3
)

func (s *Server) CreateSyncTask(ctx context.Context, in *npool.CreateSyncTaskRequest) (*npool.CreateSyncTaskResponse, error) {
Expand Down

0 comments on commit 95fb2c9

Please sign in to comment.