Skip to content

Commit

Permalink
increase conf version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinllen committed Jun 30, 2020
1 parent 15ad16f commit 83698b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/collector.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# current configuration version, do not modify.
# 当前配置文件的版本号,请不要修改该值。
conf.version = 4
conf.version = 5

# --------------------------- global configuration ---------------------------
# collector name
Expand Down
3 changes: 2 additions & 1 deletion src/mongoshake/common/fcv.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var (
FeatureCompatibleVersion: 1,
}
FcvConfiguration = Configuration{
CurrentVersion: 4,
CurrentVersion: 5,
FeatureCompatibleVersion: 3,
}

Expand All @@ -21,6 +21,7 @@ var (
2: "2.4.1",
3: "2.4.3",
4: "2.4.6", // add incr_sync.target_delay
5: "2.4.7", // add full_sync.reader.read_document_count
}
)

Expand Down

0 comments on commit 83698b2

Please sign in to comment.