Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
refactor: update schedulerInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuLiangWang committed Jul 5, 2023
1 parent cc70934 commit 0ae3141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/coordinator/scheduler/scheduler_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
schedulerInterval = time.Second * 5
schedulerInterval = time.Second * 15
defaultHashReplicas = 50
)

Expand Down

0 comments on commit 0ae3141

Please sign in to comment.