Skip to content

Commit

Permalink
add StartTikvGC comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhs committed Jan 14, 2019
1 parent e84a196 commit 44c9365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/tikvgc.go
Expand Up @@ -20,6 +20,7 @@ const (
tikvGcTimeFormat = "20060102-15:04:05 -0700 MST"
)

// StartTikvGC start tikv gcwork
func StartTikvGC(db *DB, tikvCfg *conf.TikvGC) {
ticker := time.Tick(tikvCfg.Interval)
uuid := UUID()
Expand Down

0 comments on commit 44c9365

Please sign in to comment.