@@ -7,3 +7,4 @@ Etcd:
Timeout: 8000
Webrpcport: 8015
BidSearchOldUserLimit: 1626105600
+FileSignBool: true
@@ -9,6 +9,7 @@ type Config struct {
zrpc.RpcServerConf
Webrpcport int64
BidSearchOldUserLimit int64
+ FileSignBool bool
}
type Db struct {
@@ -31,6 +31,9 @@ func MakeCollection(userId string, list []*bxbase.NewestList) {
for _, v := range list {
+ if !IC.C.FileSignBool {
+ v.FileExists = false
+ }
if bid_map[v.Id] {
v.IsCol = true